div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 100%; 
	height: 310px;
	overflow: hidden;
	border:1px solid #ff0000;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:100%;
		height:311px;
		overflow:hidden;
		float:left;
		}
	div.scroller div.content {
		width: 10000px;
		}
		
		.controls { margin-top:13px;}
		
a.section-slide {
	color:#999;
	text-decoration:none;
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	padding:5px 9px 5px 9px;
	background:url('../images/bg-xx.jpg');
}
a.section-slide:hover {
}