/* js-disabled class - set image sizes so they all fit in the viewer */
/*If the image height change to 75px than the Container and scroller height: 135px and viewer: 110px*/
.js-disabled img { width:75px; height:75px; display:block; border:0; float:left; margin:30px 0 0; list-style: none; }

#outerContainer { width:990px; height:125px; margin:auto; position:relative; }
#imageScroller { width:990px; height:125px; position:relative; background:#ffffff url(images/imageScrollerBG.png) no-repeat; padding-top: 25px; padding-left: 0px;}
#viewer { width:972px; height:105px; overflow:hidden; margin:auto; position:relative; top:10px; }
#imageScroller a:active, #imageScroller a:visited { color:#000000; }
#controls { width:980px; height:30px; background:url(images/controlsBG.png) no-repeat; position:absolute; top:2px; left:4px; z-index:0;	}
#controls a { width:37px; height:30px; position:absolute; top:2px; border: 0; }
#controls a img{ border: none;}
a img{ border: none;}
#controls a:active, #controls a:visited { color:#0d0d0d; }
#title { color: #CC6600; font-family:arial; font-size:100%; font-weight:bold; width:100%; text-align:center; margin-top:5px; }
#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; }
.logo{
	  		padding-left: 25px;
}