div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 707px;
	height: 283px;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none; border:solid 0px #000;
	}
	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:707px;
	height:280px;
	overflow:hidden; border:solid 0px #000;
/*	float:left; */
		}
	div.section h4 {margin:20px 0 0 0; font-family:Arial, Helvetica, sans-serif; font-size:25px; color:#fff;}
	div.section p {margin:0;font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:10px 40px 0 0; border:solid 0px #fff; color:#fff}	
	div.scroller div.content {
		width: 5000px;
		}

