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



div.controls{padding:0 2px 0 2px}
div.controls a.first{display:block; width:184px; height:35px; border:1px solid #e9e9e9; float:left; text-align:center;padding-top:15px; font-size:15px; color:#191919}
div.controls a.first:hover{background:#515151;display:block; width:184px; height:35px; border:1px solid #e9e9e9; float:left; text-align:center;padding-top:15px; font-size:15px; color:#191919}

div.controls a.next{display:block; width:184px; height:35px; border:1px solid #e9e9e9; float:left; text-align:center;padding-top:15px; font-size:15px; color:#191919; border-left:0px;}
div.controls a.next:hover{background:#515151;display:block; width:184px; height:35px; border:1px solid #e9e9e9; float:left; text-align:center;padding-top:15px; font-size:15px; color:#191919; border-left:0px;}
