/* js-disabled class - set image sizes so they all fit in the viewer */
.js-disabled img { width:100px; height:200px; display:block; float:left; margin:22px 0 0; }

#outerContainer {
	width:542px;
	height:202px;
	margin:auto;
	position:relative;
	padding-top: 2px;
}
#imageScroller {
	width:542px;
	height:178px;
	position:relative;
	background-image: url(images/imageScrollerBG.png);
	background-repeat: no-repeat;
	background-color: #b1b1b1;
}
#viewer { width:522px; height:182px; overflow:hidden; margin:auto; position:relative; top:19px; }
#imageScroller a:active, #imageScroller a:visited { }
#imageScroller a img { border:0; }
#controls { width:534px; height:47px; background:url(images/controlsBG.png) no-repeat; position:absolute; top:2px; left:4px; z-index:20;	}
#controls a { width:37px; height:35px; position:absolute; top:2px; }
#controls a:active, #controls a:visited { }
#title {
	color:#321D49;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	width:525px;
	text-align:center;
	margin-top:2px;
	text-decoration: none;
	z-index: 10;
	height: 22px;
}
#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;
	margin: 0px;
}
#ltr:hover {
	background:url(images/ltr_over.png) no-repeat;
}
