div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 642px;
	height: 176px;
	overflow: hidden;
	}
	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:642px;
	height:176px;
	overflow:hidden;
	float:left;
	}
.controls a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

	div.scroller div.content {
	width: 10000px;
	}

	div#section2 {
	background:#666666;
	color:#ffffff;
	}
