div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 501px; 
	height: 427px;
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:501px;
		height:427px;
		overflow:hidden;
		float:left;		
		}
	div.scroller div.content {
		width: 10000px;
		}
		
.controls a:link { color: #db0101}
.controls a:visited { color: #db0101}
.controls a:hover, .controls a:active {
	color: #ffffff;
	background: url(../image/bg_controls.jpg) no-repeat center;
	padding-top: 9px;
	padding-bottom: 9px;	
}

.controls ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 501px;
	text-align: center;
	padding-top: 25px;
	width: 501px;
	height: 100px;
}

.controls li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

.controls li a {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	width: 18px;
	font-size: 11px;
}

.controls li img {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: -5px;	
}

