div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 727px; 
	height: 470px;
	overflow: hidden;
	border: 0px solid #cccccc;
	position: relative;
}

div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:727px;
	height:470px;
	overflow:hidden;
	float:left;
	padding:1em;	
	position: relative;
}

div.scroller div.content {
	height: 10000px;
}

.controls {
	position: relative;
	float: right;
	top: 8px;
}


.controls ul { 
	list-style-type: none;
	margin: 0;
	padding: 0;	
	font-family: Arial;
	font-size:12px; 
}

.controls ul li { display: inline; }

.controls li a { 
	text-decoration: none;
	padding: 0 3px 0 2px;
	color: #A20B35;
}

.controls ul li a:hover { 
	text-decoration:none;
	color: #FCB813;
}

.nav_buttons {
	position: relative;
	float: left;
}


