div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 414px; 
	height: 144px;
	overflow: hidden;
	border:1px dotted #888;
	}
	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:414px;
	height:300px;
	overflow:hidden;
	float:left;
	padding:9px;
		}
	div.scroller div.content {
		width: 2000px;
		}

	div#section2 {
		background:#e9e9e9;
		color:#ffffff;
		}
div#section4 {
		background:#e9e9e9;
		color:#ffffff;
		}
