div.scroller 
{ 
	width: 200px; 
	height: 160px;
	overflow: hidden;
	border:0px;
}

div.scroller div.section 
{
	width: 200px; 
	height:90px;
	overflow:hidden;
	float:left;
}

div.section
{
	background-color:#FFFFFF;
}

div.scroller div.content 
{
	width: 4000px;
}

