.smallermaincontentwrapper {
	margin-left: -14px;
}
.smallermaincontentwrapper .twocolumnsleftwide {
	padding-left: 14px;
}
.scrollable {
	position:relative;
	overflow:hidden;
	width: 665px;
	height:442px;
}
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}
.items li {
	list-style:none;
	float:left;
	width:222px;
}
.scrollable li {
	list-style:none;
	width: 222px;
}
/* active item */
.scrollable .active {
	position:relative;
	cursor:default;
}
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;
}
/* left */
a.prev {
	display:block;
	width:12px;
	height:26px;
	cursor:pointer;
	font-size:1px;
	background-image: url(../images/left-arrow.gif);
	float: left;
	margin-right: 2px;
	margin-top: 200px;
}
/* right */
a.next {
	display:block;
	width:12px;
	height:26px;
	cursor:pointer;
	font-size:1px;
	background-image: url(../images/right-arrow.gif);
	clear:right;
	float: left;
	margin-top: 200px;
}
/* disabled navigational button */
a.disabled {
	visibility:hidden !important;
}
a.up {
	display:block;
	width:26px;
	height:12px;
	cursor:pointer;
	font-size:1px;
	background-image: url(../images/up-arrow.gif);
}
a.down {
	display:block;
	width:26px;
	height:12px;
	cursor:pointer;
	font-size:1px;
	background-image: url(../images/right-arrow.gif);
}

/* S16 GALLERY  */
#imagewrap {
	width: 442px;
}
#productgallery.scrollable {
	position:relative;
	z-index: 9999;
	overflow:hidden;
	width: 666px;
	height:80px;
	margin: 0;
	margin-top: 22px;
}
#productgallery.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}
#productgallery.scrollable ul.items li{
	width:112px;
	list-style:none;
}
#productgallery.scrollable .items img {
	float:left;
	width:103px;
	height: 66px;
	cursor: pointer!important;
	margin-right: 7px;
	border: 1px solid #ffffff;
}

#productgallery.scrollable .items img.active {
	border: 1px solid #ced0d2;
}
a#productgalleryleft {
	display:block;
	width:12px;
	height:26px;
	cursor:pointer;
	font-size:1px;
	background-image: url(../images/left-arrow.gif);
	margin-right: 2px;
	margin-top: 35px;
}
/* right */
a#productgalleryright {
	display:block;
	width:12px;
	height:26px;
	cursor:pointer;
	font-size:1px;
	background-image: url(../images/right-arrow.gif);
	clear:right;
	margin-left: 2px;
	margin-top: 35px;
}
