/* Scroller Box */




#scroller_container {
   	text-align: left;
	
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #666666;
	
	position: relative;
	width: 250px;
	height: 190px;
	overflow: hidden;
	background-color: #E6E6E6;
}

#scroller {


}

/* Scoller Box */

/* At the end of the CSS File */

/* CSS Hack Safari */
#dummy {;# }
