div.scrollable { 
    position:relative; 
    overflow:hidden; 
    height: 52px; 
    width: 580px; 	
	margin: 0px 0px 0px 395px;
} 
 
div.scrollable div.items { 
    position:absolute; 
    height:20000em; 
}

div.2matches {
	padding: 6px 1px;
	height: 52px;
	width: 580px;
	float: left;
}



.medredtxt { COLOR: #ED0F24; FONT-SIZE: 11px; font-weight: bold; TEXT-DECORATION: none; }
.medredtxt:active, .medredtxt:hover { TEXT-DECORATION: underline; }

.medblackboldtxt { COLOR: #000000; font-weight: bold; FONT-SIZE: 11px; TEXT-DECORATION: none;  }
.medblackboldtxt:active, .medblackboldtxt:hover  { COLOR: #ED0F24; TEXT-DECORATION: underline;  }

.medblacktxt { COLOR: #000000; FONT-SIZE: 11px; }

.smallgreentxt { COLOR: #56A905;FONT-SIZE: 10px; }