div.todays_top_sites {
	height: 206px;
	padding: 17px 27px 17px 27px;
	background: url(/images/public/top_sites_back.jpg) repeat-x bottom center #ffffff;
}
div.todays_top_sites .scrollable {
	position:relative;
	overflow:hidden;
	height: 206px;
	width: 857px;
	float: left;
	font-size: 10px;
	line-height: 12px;
}
div.todays_top_sites .scrollable img {
	margin-bottom: 5px;
}
div.todays_top_sites .scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
/* single scrollable item */
div.todays_top_sites .scrollable .items div {
	float:left;
	margin:20px 3px 20px 49px;
	background-color:#fff;
	padding:0;
	border:0px;
	cursor:pointer;
	width:110px;
	height:110px;
	
}


/* arrows */
div.todays_top_sites a#prevPage {
	float:left; 
	margin-top: 50px;
}
div.todays_top_sites a#nextPage {
	float:right; 
	margin-top: 50px;
}