div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		

	background-image: url(../img/spinner.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:695px;
	overflow:hidden;
	height:350px;
	border:none
	padding:0;
	margin:0;


}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:695px;
	height:350px;
	overflow:hidden;
	float:left;
	padding:0;		
	margin:0;


}
div.scroller div.content {
	width: 90000px;
}

div#section2 {
	background:#ffffff;
	color:#ffffff;
	padding:0;
}

.controls {
	background-color:#fff;
	text-align:left;
	margin-top:20px;
	margin-bottom:10px;
	padding:0px;
	display:block;
	height:20px;
	display:block;
	vertical-align:bottom;
}

.controls a:link, .controls a:visited{
	width:13px;
	height:13px;
	display:inline-block;
	background-color:#fff;
	padding:0px;
	border:none;
	margin:0 2px 0 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border:2px solid #71bdba;
	
}

.controls a:hover, .controls a:link.active{
	border:2px solid #71bdba;
	background-color:#71bdba;
}


