/* 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:600px; height:150px; margin:auto; position:relative; }*/
#imageScroller { width:630px; height:100px;padding-left:5px; position:relative; background:#ffffff; }
#viewer { width:610px; height:100px; overflow:hidden; padding-left:5px; position:relative; top:10px; z-index:10; }
#imageScroller a:active, #imageScroller a:visited { color:#ffffff; }
#imageScroller a img { border:1px #565656 solid; border-right:3px #565656 solid; border-bottom:2px #565656 solid; margin:2px;}
#controls { width:600px; height:47px; position:absolute; top:25px; left:4px; z-index:1;	}
#controls a { width:37px; height:35px; position:absolute; top:3px; }
#controls a:active, #controls a:visited { color:#0d0d0d; }
#title { color:#515151; font-family:arial; font-size:12px; font-weight:bold; width:100%; text-align:center; margin-top:43px; }
#rtl { background:url(../images/arrow_left.jpg) no-repeat; left:-35px; }
#ltr { background:url(../images/arrow_right.jpg) no-repeat; right:-35px; }

