div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 421px; 
	height: 270px;
	overflow: hidden;
	border: none;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:421px;
		height:270px;
		overflow:hidden;
		float:left;
		padding: 0;		
		}
	div.scroller div.content {
		width: 10000px;
		}
	
	div.controls {
		text-align: right;
		padding-right: 20px;
		
		}
	div.controls a {
	text-align: center;
	padding-left: 6px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #dab123;
	padding-right: 8px;
	text-decoration: none;
	background-image: url(../images/numberbg.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	padding-bottom: 4px;
	font-weight: bold;
	padding-top: 1px;
		}	
		
	div.controls a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
		}
	div.controls a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
		}
