div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 568px;
	height: 275px;
	overflow: hidden;
	top: 7px;
	position: relative;
	}
.controls {
	width: 100%;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: right;
	height: 13px;
}
	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:568px;
	height:275px;
	overflow:hidden;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
		}
	div.scroller div.content {
		width: 10000px;
		}
