div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 910px; 
	height: 340px;
overflow:hidden;
	margin:0px auto;
	
	
	
	}
	div.content div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:910px;
		height:340px;		
		float:left;
		display:inline;
		padding:0;
		overflow:hidden;
		}
	div.scroller div.content {
		width:3000px;	
	
		}

	div#section2 {
		
		color:#ffffff;
		}
