div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	margin-left:125px;
	margin-top:200px;
	padding-top:0px;
	width: 600px; 
	height: 410px;
	overflow: hidden;
	text-align:left;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:600px;
		height:100%;
		overflow:hidden;
		padding:0px 0px 5px 0px;		
		}
	div.scroller div.content {
		width: 15000px;
		}
