div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 959px; 
	height: 410px;
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:959px;
		height:410px;
		overflow:hidden;
		float:left;
		}
	div.scroller div.content {
		width: 10000px;
		}

	
		
.controls a {
	font-family:Caslon, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:16px;
	color:#596246;
	text-decoration:none;
}

.controls a:hover, #slide_controls_bottom a:hover {
	color:#FFF;
}

#slide_controls_bottom a {
	font-family:Caslon, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:13px;
	color:#596246;
	text-decoration:none;
}
