.js-disabled img {
	width:178px;
	height:202px;
	display:block;
	float:left;
	margin:30px 0 0;
}
#outerContainer {
	height:186px;
	margin-left:-10px;
	position:absolute;
	top:85px;
	width:1020px;
}
#imageScroller {
	height:200px;
	position:relative;
	width:700px;
	z-index:10;
}

.scrollableArea img {
	border:none;
	padding:0px;
	margin:0px;
	float:left;
}
/* You can alter this CSS in order to give SmoothDivScroll your own look'n'feel */
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 700px;
	height: 200px;
	top:3px;
	left:7px;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 180px;
}