div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 497px; 
	overflow: hidden;
	border:1px solid #FBCE77;
}

div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:497px;
	overflow:hidden;
	float:left;
	padding:5px;	
}
	
div.scroller div.content {
	width: 10000px;
}
		
a.pagination {
	text-decoration: none; 
	color: #2e6ab1;
	background-color: white;
	font-family: Arial;
	font-size: 11px;
}

a.pagination:hover, a.pagination:selected{
	color: #000;
	background-color: #FEE496;
}