div.scroller { 
	width: 480px;
	height: 430px;
	overflow: hidden;
}
div.scroller div.section {
	width: 480px; 
	height:430px;
	overflow:hidden;
	float:left;
	padding-top: 5px;
}
div.scroller div.content {
	width: 10000px;
}
