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

#outerContainer {
	width: 450px;
	height: 60px;
	margin: auto;
	position: relative;
}

#imageScroller {
	width: 450px;
	height: 60x;
	position: relative;
	background: #ffffff;
}

#viewer {
	width: 450px;
	height: 50px;
	overflow: hidden;
	margin: auto;
	position: relative;
	top: 5px;
}

#imageScroller span img {
	border: 0;
}

