/* js-disabled class - set image sizes so they all fit in the viewer */
.js-disabled img {
	width:233px;
	height:227px;
	display:block;
	float:left;
	border:1px solid #57b0e0 !important;
	box-shadow:0px 0px 10px #0f87e0;
}
#outerContainer {
	width:1000px;
	height:229px;
	margin:auto;
	position:relative;
}
#imageScroller {
	width:1000px;
	height:115px;
	position:relative;
}
#viewer {
	width:1000px;
	height:229px;
	overflow:hidden;
	margin:auto;
	position:relative;
}
#imageScroller a:active, #imageScroller a:visited {
	color:#000000;
}
#imageScroller a img {
	margin-right:25px;
	border:1px solid #57b0e0 !important;
	box-shadow:0px 0px 10px #0f87e0;
}
#controls {
	width:980px;
	z-index:10;
}

