@charset "utf-8";
/* CSS Document */
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 940px; 
	height: 340px;
	overflow: hidden;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:940px;
	height:340px;
	overflow:hidden;
	float:left;
	padding:1em;	
}
			
div.scroller div#section1 {	background:url(images/header-img1.jpg) no-repeat 0 0;}
div.scroller div#section2 {	background:url(images/header-img2.jpg) no-repeat 0 0;}
div.scroller div#section3 {	background:url(images/header-img3.jpg) no-repeat 0 0;}	
div.scroller div#section4 {	background:url(images/header-img4.jpg) no-repeat 0 0;}
div.scroller div#section5 {	background:url(images/header-img5.jpg) no-repeat 0 0;}
div.scroller div#section6 {	background:url(images/header-img6.jpg) no-repeat 0 0;}	

div.scroller div.content {
		width: 10000px;
		}

