div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	position: absolute;
	top:240px;
	width: 900px; 
     height: 100%;
/*	height: 460px;*/
	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:relative;*/
/*	top:30px;*/
     position: absolute;
		width:850px;
     height: auto;
/*		height:460px;*/
		overflow:hidden;
		float:left;
		padding:0px 25px 10px 25px;
		display: none;		
	}
div.scroller div.content {
		width: 1800px;
		top: 250px;
		line-height: 1.45em;
	}
	
