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

#outerContainer { width:346px; height:129px; margin:auto; position:relative; }
#imageScroller { width:346px; height:129px; position:relative; background:#ffffff url(../images/imageScroller/imageScrollerBG.png) no-repeat; }
#viewer { width:326px; height:109px; overflow:hidden; margin:auto; position:relative; top:10px; }
#imageScroller a:active, #imageScroller a:visited { color:#ffffff; }
#imageScroller a img { border:0; margin-right:30px; }
#controls { width:338px; height:30px; background:url(../images/imageScroller/controlsBG.png) no-repeat; position:absolute; top:4px; left:4px; z-index:10;}
#controls a { width:37px; height:35px; position:absolute; top:3px; }
#controls a:active, #controls a:visited { color:#0d0d0d; }
#title { color:black; font-family:arial; font-size:90%; font-weight:bold; width:100%; text-align:center; margin-top:6px; }
#rtl { background:url(../images/imageScroller/rtl.png) no-repeat; left:0px; }
#rtl:hover { background:url(../images/imageScroller/rtl_over.png) no-repeat; left:0px; }
#ltr { background:url(../images/imageScroller/ltr.png) no-repeat; right:-16px; }
#ltr:hover { background:url(../images/imageScroller/ltr_over.png) no-repeat; right:-16px }