/* this makes it possible to add next button beside scrollable */
/*  div.product-scrollable {
	float:left;		
}  */


.product-slider	{
	float: left;
	position: relative;
	top: 0;
	width: 668px;
	padding: 5px 0 0 0;
	margin: 0 0 10px 0;
	background-image: url(/images/shell/disabled-bg.gif);
	background-repeat: no-repeat;
	background-position: 611px 5px;
	background-color: #e1e1e1;
	border: 1px solid #717171;
	border-bottom: 7px solid #717171;
	}
div.product-scrollable { 
	clear: both; 
	position:relative;
	overflow:hidden;
	width: 668px;	 
	height:180px;

}	
#product-thumbs div {
	float:left;
	width:122px;
	/*  height:160px;  */
	padding: 5px 18px;
	text-align: center;
	color:#111;
	line-height: 14px;
	font-weight: 400;
	cursor:pointer;
}	
#product-thumbs {	
	position:absolute;
	width:20000em;
	margin-left: 18px;	
	clear:both;

	}	
	
	
	
	
	
	
	
	
	
	
	
	


/* prev, next, prevPage and nextPage buttons */
.product-slider a.prev, .product-slider a.prevPage {
	display:block;
	width:26px;
	height:17px;
	background:url(/images/shell/backward.gif) no-repeat;
	float: right;
	z-index: 100;
}

.product-slider a.next, .product-slider a.nextPage {
	display:block;
	width:26px;
	height:17px;
	background:url(/images/shell/backward.gif) no-repeat;
	float: right;
	padding-right: 5px;
	cursor:pointer;
	z-index: 100;
}

a.prev, a.next {
	display: block;
	width: 26px;
	height: 17px;
	cursor:pointer;
	z-index: 1000;
}







/* mouseover state */
/* a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;	
} */	

/* disabled navigational button */
.product-slider a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
.product-slider a.next, .product-slider a.nextPage {
	background:url(/images/shell/forward.gif) no-repeat;
	clear:right;	
}

/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:8px;
	clear: both;
	overflow:hidden;
	/* margin-bottom: 10px; */
}

/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background-image:url(navigator.png);
	background-repeat: no-repeat;
	background-position: 0 0;     
	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;     
} 







/* root element for the whole scrollable setup */

img	{
	border: 0;
	}


/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
/*  .thumbholder	{
	width: 670px;
	
	}  */

/* style when mouse is over the item */
#product-thumbs div img {
	padding: 1px;
	background-color: #333;
	width: 120px;
	height: 120px;
	}
#product-thumbs div a:hover img {
	background-color: #b01a24;
	opacity:0.5;
	filter:alpha(opacity=50);	
}

/* style when element is active (clicked) */
#product-thumbs div.active {
	color:#c00;
	cursor:default;
}
/*  #product-thumbs div.active img	{
	background-color: #930000;
	opacity:0.5;
	filter:alpha(opacity=50);
	}  */

/*  div.iefix2	{
	margin-left: 20px;
	}  */
	
.hideme               {
                visibility: hidden;
                }
.hideme-bg        {
                background-image: none;
                }

