div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 750px; 
	height: 300px;
	margin-left: 20px;
	overflow: hidden;
	}
	
html>body div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 750px; 
	height: 300px;
	margin-left: 10px;
	overflow: hidden;
	}
	
div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:740px;
		height:300px;
		overflow:hidden;
		float:left;
		padding:0 0 0 15px;		
		}
	div.scroller div.content {
		width: 10000px;
		}


/* INDIVIDUAL SECTION DEFINITIONS */

div#section1 {
		background:#123456;
		color:#ffffff;
		}

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

div#section3 {
		background:#eeb;
		color:#000;
		}

div#section4 {
		background:#ffc;
		color:#000;
		}

div#section5 {
		background:#fff;
		color:#000;
		}