div.scroller {
	width: 810px; 
	height: 300px;
	overflow: hidden;
	border:0px solid #cccccc;
}
div.scroller div.section {
	width:810px;
	height:300px;
	overflow:hidden;
	float:left;
	padding:25px 0 0 0;		
}
div.scroller div.content {
	width: 10000px;
}
