div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 900px; 
	height: 384px;
	overflow: hidden;
        margin: 0px 0px 0px 0px;
	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:900px;
		height:384px;
                padding: 0px 0px 0px 0px;
                margin: 0px 0px 0px 0px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scroller div.content {
		width: 10000px;
		}
	div#section1 {
		background:#ffffff;
		color:#ffffff;
                margin: 0px 0px 0px 0px;
                padding: 0px 0px 0px 0px;
		}
	div#section2 {
		background:#ffffff;
		color:#ffffff;
                margin: 0px 0px 0px 0px;
                padding: 0px 0px 0px 0px;
		}
	div#section3 {
		background:#ffffff;
		color:#ffffff;
                margin: 0px 0px 0px 0px;
                padding: 0px 0px 0px 0px;
		}
	div#section4 {
		background:#ffffff;
		color:#ffffff;
                margin: 0px 0px 0px 0px;
                padding: 0px 0px 0px 0px;
		}
	div#section5 {
		background:#ffffff;
		color:#ffffff;
                margin: 0px 0px 0px 0px;
                padding: 0px 0px 0px 0px;
		}
