div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 655px; 
	overflow: hidden;
	border:0px solid #cccccc;
	float:left;
	background:url(img/scroller.gif) no-repeat top left;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:645px;
		overflow:hidden;
		float:left;
		padding:0 10px 0 0;
		}
	div.scroller div.content {
		width: 10000px;
		}


.btn {
padding:0;
margin:0;
width:25px;
float:left;
padding-top:17px;
}

.controls {
padding:27px 0 0 0;
margin:0;
width:55px;
float:left;
font-size:14px;
font-weight:bold;
text-align:center;
}

.controls a {
 padding:0 3px;
 color:#ff7301;
 text-decoration:none;
}