div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 310px;
	height:205px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 10px;
	margin-left: 15px;
	}
	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:400px;
	height: 205px;
	overflow:hidden;
	float:left;
	}
	div.scroller div.content {
	width: 10000px;
	height: 500px;
		}

	
div.controls{
	height:200px;
	padding-top:5px;
	padding-left:5px;
	overflow: auto;
}
#middle .controls2{
	height:20px;
	position: absolute;
}
#middle .controls2 a{
	color: #F39;
	font-family: Verdana;
	font-size: small;
	text-decoration: none;
}
#middle .controls2 a:hover{
	color: #F39;
	font-family: Verdana;
	font-size: small;
	text-decoration: underline;
}
