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

#outerContainer { width:920px; height:85px; margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px; position:relative; }

#imageScroller { width:920px; height:85px; position:relative; background:#f3f3f3 url(images/imageScrollerBG.pn) no-repeat; }

#viewer { width:920px; height:85px; overflow:hidden; margin:0px; position:relative; top:4px; }
#imageScroller a:active, 
#imageScroller a:visited { color:#FFFFFF; }
#imageScroller a img { border:0; }

#imageScollercontrols { width:920px; height:47px; background:url(images/controlsBG.pn) 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:#ffffff; font-family:arial; font-size:100%; font-weight:bold; width:100%; text-align:center; margin-top:10px; }

#rtl { background:url(images/rtl.pn) no-repeat; left:100px; }
#rtl:hover { background:url(images/rtl_over.pn) no-repeat; left:99px; }
#ltr { background:url(images/ltr.pn) no-repeat; right:100px; }
#ltr:hover { background:url(images/ltr_over.pn) no-repeat; }