div.scroller { 
	width:623px; 
	height:197px;
	overflow: hidden;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
div.scroller div.section {	
	width:623px;
	height:197px;
	overflow:hidden;
	float:left;
	padding:0;		
}
div.scroller div.content {
	width:10000px;
}

