div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 1000px; 
	height: 600px;
	overflow: hidden;
	border:0px solid #cccccc;
	}
	
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:998px;
	height:598px;
	overflow:hidden;
	float:left;
	padding:0em;
	}
	
div.scroller div.content {
	width: 10000px;
	}

div#section1, div#section2, div#section3, div#section4, div#section5, div#section6, div#section7, div#section8 {
	x-moz-border-radius: 8px;
	x-khtml-border-radius: 8px;
	x-webkit-border-radius: 8px;
	}

div#section1 {
	border: 1px solid white;
	color:#94caea;	
	}

div#section2 {
	background:#ffffff;
	border: 1px dotted #94caea;
	color:#94caea;
	}
		
div#section3 {
	background:#94caea;
	border: 1px solid white;
	color:#ffffff;
	}

div#section4 {
	background:#ccc;
	border: 1px dotted white;
	color:#94caea;
	}
	
div#section5 {
	background:#ffffff;
	border: 1px dotted #94caea;
	color:#94caea;
	}

div#section6 {
	background:#ffffff;
	border: 1px dotted #94caea;
	color:#000000;
	}
