div.scrollerS { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 250px; 
	align:center
	height: 25px;
	overflow: hidden;
	border:0px solid #cccccc;
	}
	div.scrollerS div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:250px;
		height:25px;
		align:center
		overflow:visible;
		float:left;
	    padding:0em;		
		}
	div.scrollerS div.content {
		background:#ffffff;
		width: 800px;
		}

	div#section2 {
		color:#000000;
		}

