div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 450px; 
	height: 171px;
	overflow: hidden;
}

div.scroller div.section {
	width: 450px;
	height: 171px;
	overflow:hidden;
	float:left;
}
div.scroller div.content {
	width: 10000px;
}
