/* js-disabled class - set image sizes so they all fit in the viewer */
.js-disabled img { width:141px; height:200px; display:block; float:left; margin:30px 0 0; }

#outerContainer { width:660px; height:315px; margin:auto; position:relative; }
#imageScroller { width:610px; height:205px; position:relative; background:#000000; z-index:10; top:50px; left:25px;}
#viewer { width:610px; height:205px; overflow:hidden; margin:auto; position:relative; top:-2px;  z-index:10}
#imageScroller a:active, #imageScroller a:visited { color:#000000; }
#imageScroller a img { border:0;}
#controls { width:610px; height:47px; background:url(scroller_images/controlsBG.png) no-repeat; position:absolute; top:54px; left:25px;}
/*#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(scroller_images/rtl.png) no-repeat; left:100px; }
#rtl:hover { background:url(scroller_images/rtl_over.png) no-repeat; left:99px; }
#ltr { background:url(scroller_images/ltr.png) no-repeat; right:100px; }
#ltr:hover { background:url(scroller_images/ltr_over.png) no-repeat; }*/

.wrapper {margin-left:25px;}

#frame { background:url(scroller_images/frame.png) no-repeat;; width: 660px; height:315px; z-index:0; position:absolute; top:0; left:0}
