div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 500px; 
	height: 300px;
	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:500px;
		height:350px;
		overflow:hidden;
		float:left;
		padding:0;		
		}
	div.scroller div.content {
		width: 10000px;
		}


/* add */

div.controls img.nontransparent {
    -moz-opacity:.900;
    filter:alpha(opacity=900);
    opacity:.900;
}
div.controls img.transparent {
    -moz-opacity:.500;
    filter:alpha(opacity=500);
    opacity:.500;
    _-moz-opacity:.10;
    _filter:alpha(opacity=10);
    _opacity:.10;
}