div.scroller 
{ 
	width: 454px; 
	height: 346px;
	overflow: hidden;
}
div.scroller div.section 
{
	width: 454px; 
	height: 300px;
	overflow:hidden;
	float:left;	
}
div.scroller div.content 
{
	width: 10000px;
}
