div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 738px; 
	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:738px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scroller div.content {
		width: 10000px;
		}


div#section1,div#section2,div#section3,div#section4,div#section5{
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
background:#F9F8F0 none repeat scroll 0%;
border:1px solid #172973;
font-size:12px;
margin:2px;
padding:5px;
width:730px;
}