div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 550px; 
	height: 380px;
	overflow: hidden;
	border:0px solid #cccccc;

	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:540px;
		height:380px;
		overflow:hidden;
		float:left;
    padding-left:1em;
		padding-right:1em;		
		}
	div.scroller div.content {
		width: 10000px;
		}
		

#buttonleft {float:left;margin-top:140px;margin-left:-10px;}
#buttonleft a img{border:0;text-decoration:none;}
#buttonright{float:right;margin-top:140px;margin-left:-10px;}
#buttonright a img{border:0;text-decoration:none;}
#buttonright a img:hover { opacity: .60; filter:alpha(opacity=60); }
#buttonleft a img:hover { opacity: .60; filter:alpha(opacity=60); }
