div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 400px; 
	height: 170px;
	overflow: hidden;
	border:1px solid #cccccc;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:400px;
		height:170px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section1 {
		background:#FAFAF4;
		color:#000000;
		}
	div#section2 {
		background:#FAFAF4;
		color:#ffffff;
		}
	div#section3 {
		background:#FAFAF4;
		color:#ffffff;
		}
	div#section4 {
		background:#FAFAF4;
		color:#ffffff;
		}
	div#section5 {
		background:#FAFAF4;
		color:#ffffff;
		}
	div#section6 {
		background:#FAFAF4;
		color:#ffffff;
		}
	div#section7 {
		background:#FAFAF4;
		color:#ffffff;
		}
	div#section8 {
		background:#FAFAF4;
		color:#ffffff;
		}
	div#section9 {
		background:#FAFAF4;
		color:#ffffff;
		}
	div#section10 {
		background:#FAFAF4;
		color:#ffffff;
		}
				
