div.scroller { 
	width: 670px; 
	height: 265px;
	overflow: hidden;
}

div.scroller div.section {
	width: 660px;
	height: 265px;
	overflow:hidden;
	float:left;
	padding-right: 25px;	
	font-size: 0.9em;	
}

div.scroller div.content {
	width: 30000px;
}