div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 755px; 
	height: 130px;
	overflow: hidden;
	border:0px solid #cccccc;
	}
	div.scroller div.section2 {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:755px;
		height:130px;
		overflow:hidden;
		float:left;
		padding:7px;		
		}
	div.scroller div.content2 {
		width: 10000px;
		}