div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 525px; 
	height: 90px;
	overflow: hidden;
	border:0px;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:247px;
		height:90px;
		overflow:hidden;
		float:left;
		padding-top: 8px;
		}
	div.scroller div.sectiond {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:31px;
		height:90px;
		overflow:hidden;
		float:left;
		background-image: url(../images/divider.gif);
		background-position:center;
		background-repeat:no-repeat;
		}
		div.scroller div.sectionc {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:525px;
		height:90px;
		overflow:hidden;
		float:left;	
		}
	div.scroller div.content {
		width: 10000px;
		}
		
	div#section5 {
		background:#7db939;
		color:#FFFFFF;
		text-align:center;
		vertical-align:middle;
		font-size:16px;
		}
	