div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 400px; 
	height: 234px;
	overflow: hidden;
	
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:400px;
		height:234px;
		overflow:hidden;
		float:left;
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		background:#666666;
		color:#ffffff;
		}
div.controls {
	padding:0 0 0 20px;
	color:#FFF;
	font-size:12px;
}
div.controls a:link, 
div.controls a:active, 
div.controls a:visited {
	color:#CCCCCC;
	text-decoration:underline;
}
div.controls a:hover {
	color:#FFF;
}

div.controls a.enabled:link,
div.controls a.enabled:active,
div.controls a.enabled:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-size:15px;
}