

.hotlistscrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 210px;
	height:450px;
}

.hotlistscrollable .items {
	/* this cannot be too large */
	height:20000em;
	position:absolute;
	clear:both;
        margin: 0px;
}
