/* js-disabled class - set image sizes so they all fit in the viewer */
.js-disabled img {
	width:236px;
	height:245px;
	display:block;
	float:left;
	margin-top: 30px;
}

#outerContainer {
	width:800px;
	height:280px;
	margin:auto;
	position:relative;
}
#imageScroller {
	width:800px;
	height:280px;
	position:relative;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#viewer {
	width:780px;
	height:280px;
	overflow:hidden;
	margin:auto;
	position:relative;
	top:10px;
}
#imageScroller a:active, #imageScroller a:visited { color:#000000; }
#imageScroller a img { border:0; }
#controls {
	width:800px;
	height:37px;
	background:url(../img/controlsbg.png) no-repeat;
	position:absolute;
	z-index:10;
	margin-top: 240px;
	left: 0px;
	top: 0px;
}
#controls a { width:26px; height:24px; position:absolute; top:3px; }
#controls a:active, #controls a:visited { color:#0d0d0d; }
#title {
	color:#ffffff;
	font-size:12px;
	font-weight:lighter;
	width:100%;
	text-align:center;
	margin-top:10px;
}
#rtl {
	background:url(../img/rtl.png) no-repeat;
	left:250px;
}
#rtl:hover {
	background:url(../img/rtl_over.png) no-repeat;
}
#ltr {
	background:url(../img/ltr.png) no-repeat;
	right:250px;
}
#ltr:hover { background:url(../img/ltr_over.png) no-repeat; }
