div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 455px; 
	height: 200px;
	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:150px;
		height:100%;
		overflow:hidden;
		float:left;
		padding:1px;
				
		}
	div.scroller div.content {
		width: 1000000px;
		}
/*
	div#section2 {
		background:#FF6600;
		color:#FFFFFF;
		}
div#section3{
		background:#CC9900;
		color:#FFFFFF;
		}
		div#section4{
		background:#FF6600;
		color:#FFFFFF;
		}
		*/