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

