div.scroller { 
	/* modify width and height of scrolling section if necessary	*/
	width:610px;
	height:500px;
	overflow:hidden;
	/*border-top:1px solid #f90;*/
}

div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/
	background-color:transparent;
	background-image:url(/images/white-85-percent.png);
	width:590px;
	height:500px;
	overflow:hidden;
	float:left;
	padding:0px 10px 0 10px;
	/*border-top:1px solid #000;*/
}

div.scroller div.content {
	width:10000px;
}

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