div.scroller 
{ 
	/* modify width and height of scrolling section if necessary	*/		
	width: 407px; 
	height: 80px;
	overflow: hidden;
	margin: 0 0 10px 12px;
	float: left;
	
	
}
div.scroller div.section 
{
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 65px;
	height: 65px;
	float: left;
	margin: 9px 13px 0 0;
	padding: 0;

}
	
div.scroller div.content 
{
	width: 10000px;
}

div#section2
{

}
	
div#section4
{

}

div#section6
{

}
div#section8
{

}

