div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 610px;
	height: 190px;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;
	}
	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:610px;
	height:180px;
	overflow:hidden;
	float:left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: -0.5px;
	padding-top: 20;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
		}
		
		
	
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		background:#666666;
		color:#ffffff;
		}
		

