/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;
	position:relative;
	overflow:hidden;
	width: 625px;	 
	height:220px;	
}
div.scroll_product_listing_price .productOldPrice, div.scroll_product_listing_price .productSavePrice {
	display:none
}

div.scroll_product_listing_price .productNewPrice {
	color: #952428
}
/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:100px;	
}



/* single item */
#thumbs div {
	float:left;
}
#thumbs div.one_item {
	position: relative;
	width:185px;
	height:215px;
	color: black;
	border: 1px solid #952428;
	margin: 0 5px;
	padding: 0 5px;
	cursor:pointer;
}
#thumbs div.one_item img.img {
	border-color: #858585;
	border-width: 1px;
	border-style: solid;
}
#thumbs div h2 {
	font-size: 90%; color: black; text-decoration: none; display: block;text-align: center
}
/* style when mouse is over the item */
#thumbs div.hover {
	border-color: black;
	border-width: 1px;
	border-style: solid;
	color: white;
	background-color: #ececec;	
}

/* style when element is active (clicked) */
#thumbs div.active {
	cursor:default;
}

#thumbs h3 em {
	font-weight: bold;
}
.scroll_product_listing_gallery_detail{
	bottom:10px;
	right:5px;
	position:absolute;
	width: 90px;
	margin:0
}
.scroll_product_listing_price {
	bottom:10px;
	color:#000000;
	font-weight:700;
	position:absolute;
	left:1px;
	width:85px;
}

