/* js-disabled class - set image sizes so they all fit in the viewer */
.js-disabled img { width:100px; height:50px; display:block; float:left; margin:30px 0 0; }

#outerContainer {  height:52px; margin:auto; position:relative; margin:10px 0;width:560px;}
#imageScroller { height:52px; /*position:relative;*/ background:#FFF; float:left; margin:0 10px;width:522px;_width:518px;}
#viewer { width:522px; height:48px; overflow:hidden; margin:auto; position:relative; top:0px;_width:518px; }
#imageScroller a:active, #imageScroller a:visited { color:#000000; }
#imageScroller a img { border:1px solid #EDEDED;}
#controls { width:534px; height:15px; position:absolute; top:4px; left:4px; z-index:10;	}
#controls a { width:37px; height:13px; position:absolute; top:3px; }
#controls a:active, #controls a:visited { color:#0d0d0d; }
#rtl { background:url(images/rtl.png) no-repeat; left:100px; }
#rtl:hover { background:url(images/rtl_over.png) no-repeat; left:99px; }
#ltr { background:url(images/ltr.png) no-repeat; right:100px; }
#ltr:hover { background:url(images/ltr_over.png) no-repeat; }
#viewer img{margin-left:2px;margin-right:2px;padding:3px;float:left;}