div.scroller{/* modify width and height of scrolling section if necessary */width:514px;height:300px;overflow:hidden;border:0 solid #ccc}div.scroller div.section{/* modify width and height of each section as needed (should match the size of the scroller window) */width:514px;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}