div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	position: absolute;
	top:240px;
	width: 900px; 
	height: 100%;
	overflow: hidden;
	border: none;
	}
div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	position:absolute;
/*	top:30px;*/
		width:850px;
		height:auto;
/*		overflow:hidden;*/
		float:left;
		padding:0px 25px 0px 25px;		
	}
div.scroller div.content {
		width: 1800px;
		top: 250px;
		line-height: 1.45em;
	}
