/* special offer listings */
div.scrollable {
	position: relative;
	overflow:hidden;
	width: 880px !important;
	height: 134px !important;	
	/* custom decorations */
	padding:0 !important;
	margin: 0 0 0 12px !important;
}
div.scrollable div.items {
	width:20000em;	
	position:absolute;
	clear:both;
	margin: 0;
}
div.scrollable div.items div.item {
	float:left;
	width: 140px !important;
	height: 134px !important;
	padding: 0;
	margin: 0 8px 0 0 !important;
	display: block;
}
a.prev, a.prev:hover, a.prevPage, a.prevPage:hover {
	background-image: url('../images/icons/previous.png') !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important;
	background-color: #ffffff !important;
	width: 18px !important;
	height: 26px !important;
	padding: 0 !important;
	margin: 52px 0 0 -7px !important;
	display: block !important;
	position: absolute !important;
	opacity:1.0 !important;
	-moz-opacity:1.0 !important;
	-khtml-opacity:1.0 !important;
	filter:alpha(opacity=100) !important;
}
a.next, a.next:hover, a.nextPage, a.nextPage:hover {
	background-image: url('../images/icons/next.png') !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important;
	background-color: #ffffff !important;
	width: 18px !important;
	height: 26px !important;
	padding: 0;
	margin: 52px 0 0 894px !important;
	display: block !important;
	position: absolute !important;
	opacity:1.0 !important;
	-moz-opacity:1.0 !important;
	-khtml-opacity:1.0 !important;
	filter:alpha(opacity=100) !important;
}
a.next, a.nextPage, a.prev, a.prevPage {
	opacity:0.7 !important;
	-moz-opacity:0.7 !important;
	-khtml-opacity:0.7 !important;
	filter:alpha(opacity=70) !important;
}
*:first-child+html a.prev, *:first-child+html a.prev:hover, *:first-child+html a.prevPage, *:first-child+html a.prevPage {
	margin: 52px 0 0 -19px !important;
}
*:first-child+html a.next, *:first-child+html a.next:hover, *:first-child+html a.nextPage, *:first-child+html a.nextPage {
	margin: 52px 0 0 882px !important;
}
*html a.prev, *html a.prev:hover, *html a.prevPage, *html a.prevPage {
	margin: 52px 0 0 -19px !important;
}
*html a.next, *html a.next:hover, *html a.nextPage, *html a.nextPage {
	margin: 52px 0 0 882px !important;
}
.disabledScroll {
	background-color: #ffffff !important;
	opacity:0.2 !important;
	-moz-opacity:0.2 !important;
	-khtml-opacity:0.2 !important;
	filter:alpha(opacity=20) !important;
}