div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 938px; 
	height: 365px;
	overflow: hidden;
	border:0px solid #cccccc;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:938px;
		height:350px;
		overflow:hidden;
		float:left;
		padding:0;		
		}
	div.scroller div.content {
		width: 30000px;
		}
		
div.controls
{
	margin-top:15px;
	width:938px;
	color:grey;
	font-size:14px;
	text-align:right;
}

div.controls a, div.controls a:visited, div.controls a:link, div.controls a:active
{
	color:#01223a;
	font-size:14px;
}