div.scroller { 	
	width:460px; 
	height:300px;
	overflow:hidden;
}
div.scroller div.section {	
	width:460px;
	height:300px;
	overflow:hidden;
	float:left;
	padding:1em;		
}
div.scroller div.content {
	width: 10000px;
}
