.hotlist_vertical {  
	position:relative;
	overflow:hidden;	
	
	height: 175px;	 
	width: 274px;
	border-top:1px solid #bfbfbf;	
	display:block
}

/* root element for scrollable items */
.hotlist_vertical .items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:10em;	
	margin: 0px;
}

/* single scrollable item */
.hotlist_vertical .items div, .hotlist_vertical .items div a{
	height:25px;
	margin:0;		
	line-height:25px;
	vertical-align:middle;
	width: 274px;
	overflow:hidden;
	white-space:nowrap;
	display:block;
	
}

.hotlist_vertical .items div a{padding:0 0 0 5px;font-size:0.95em;}



