/* js-disabled class - set image sizes so they all fit in the viewer */
.js-disabled img { width:50px; height:50px; display:block; float:left; margin:5px 0 0; }

#outerContainer { width:291px; height:60px; margin:auto; position:relative; }
#imageScroller { width:291px; height:60px; position:relative; background:#3e3e3e url(images/imagescroller_bg.gif) no-repeat; }
#viewer { width:285px; height:55px; overflow:hidden; margin:auto; position:relative; top:5px; }
#imageScroller a:active, #imageScroller a:visited { color:#000000; }
#imageScroller a img { border:0; margin:0 10px; }
#controls { width:289px; height:16px; background:url(images/controlsBG.png) no-repeat; position:absolute; top:1px; left:1px; z-index:10;	}
#controls a { width:37px; height:16px; position:absolute; top:20px; }
#controls a:active, #controls a:visited { color:#0d0d0d; }
#title { color:#ffffff; font-family:verdana; font-size:10px; font-weight:bold; width:100%; text-align:center; margin-top:0px; line-height:10px; }
#rtl { background:url(images/rtl.png) no-repeat; left:5px; }
#rtl:hover { background:url(images/rtl_over.png) no-repeat; left:4px; }
#ltr { background:url(images/ltr.png) no-repeat; right:5px; }
#ltr:hover { background:url(images/ltr_over.png) no-repeat; }