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

#outerContainer { width:800px; height:90px; margin:auto; position:relative;}
#imageScroller { width:700px; height:90px; position:relative; background:#fff;  }
#viewer { width:700px; height:80px; overflow:hidden; margin:auto; position:relative; top:10px; }
#imageScroller a:active, #imageScroller a:visited { color:#000; }
#imageScroller a img { border:0; }
#controls { width:600px; height:67px; position:absolute; top:10px; left:10px; z-index:10;	}
#controls a { width:66px; height:42px; position:absolute; top:-10px; }
#controls a:active, #controls a:visited { color:#0d0d0d; }
#title { color:#000; font-family:arial; font-size:22px; font-weight:bold; height:20px; width:100%; }
#rtl { background:url(../images/rtl.png) no-repeat; left:-70px; }
#rtl:hover { background:url(../images/rtl_over.png) no-repeat; left:-70px; }
#ltr { background:url(../images/ltr.png) no-repeat; right:-180px; top:-10px; }
#ltr:hover { background:url(../images/ltr_over.png) no-repeat;  }
