/* js-disabled class - set image sizes so they all fit in the viewer */
.js-disabled img {
	width:100px;
	height:85px;
	display:block;
	float:left;
}
#outerContainer {
	width:980px;
	height:85px;
	margin:auto;
	position:relative;
}
#imageScroller {
	width:980px;
	height:85px;
	position:relative;
}
#viewer {
	width:980px;
	height:85px;
	overflow:hidden;
	margin:auto;
	position:relative;
}
#imageScroller a:active, #imageScroller a:visited {
	color:#000000;
}
#imageScroller a img {
	border:0;
	margin-right:25px;
}
#controls {
	width:980px;
	position:absolute;
	z-index:10;
}

