/* 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:30px 0 0; }

#outerContainer { width:780px; height:202px; margin:auto; position:relative; text-align:center; }
#imageScroller { width:780px; height:202px; position:relative; }
#viewer { width:700px; height:200px; overflow:hidden; margin:auto; position:relative; top:30px; }
#imageScroller a:active, #imageScroller a:visited { color:#000000; }
#imageScroller a img { border:0; }
#controls { width:700px; height:47px; position:absolute; top:30px; left:4px; z-index:10;	}
#controls a { width:37px; height:35px; position:absolute; top:3px; }
#controls a:active, #controls a:visited { color:#000; }
#outerContainer #title { color:#000; font-weight:bold; width:100%; text-align:center; margin-top:0px; font-size:15px; }
#rtl {  left:100px; }
#rtl:hover { left:99px; }
#ltr {  right:100px; }
#ltr:hover {  }