/*--------------------------------------------
Product detail Carousel css
---------------------------------------------*/	

.content #thumbnails {
	margin:0;
	padding:0;
	float:left;
	display:inline;
	width:100px;
	height:390px;
}
.jcarousel-skin-annascholz .jcarousel-container {
	padding: 0;
}
.jcarousel-skin-annascholz .jcarousel-container-vertical {
    width: 100px;
    height:372px;
    padding: 18px 0 26px 0;
}

.jcarousel-skin-annascholz .jcarousel-clip-vertical {
	padding:0;
    width:  100px;
    height:372px;
	padding: 0;
}

.jcarousel-skin-annascholz .jcarousel-item {
	padding:0;
	margin:0;
    width: 100px;
    height: 124px;
	display:block;
}
.jcarousel-skin-annascholz .jcarousel-item a {
	padding:0;
	margin:0;
    width: 100px;
    height: 124px;
	display:block;
}
.jcarousel-skin-annascholz .jcarousel-item a img{
	padding:0;
	margin:12px 0 12px 0;
    width: 100px;
    height: 100px;
	display:block;
	border:0px;
}

.jcarousel-skin-annascholz .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-annascholz .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-annascholz .jcarousel-next-vertical {
    position: absolute;
    bottom: 3px;
    left: 10px;
    width: 80px;
    height: 16px;
    cursor: pointer;
    background: transparent url(../images/buttons/btn_thumb_bot.gif) no-repeat 0 0;
	z-index:800;
}

.jcarousel-skin-annascholz .jcarousel-next-vertical:hover {
    background-color:#ffffff;
	filter:alpha(opacity=62);opacity:0.62;-moz-opacity:0.62;
}

.jcarousel-skin-annascholz .jcarousel-next-vertical:active {
    background-color:#ffffff;
	filter:alpha(opacity=62);opacity:0.62;-moz-opacity:0.62;
}

.jcarousel-skin-annascholz .jcarousel-next-disabled-vertical,
.jcarousel-skin-annascholz .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-annascholz .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -36px;
}

.jcarousel-skin-annascholz .jcarousel-prev-vertical {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 80px;
    height: 16px;
    cursor: pointer;
    background:transparent url(../images/buttons/btn_thumb_top.gif) no-repeat 0 0;
	z-index:800;
}

.jcarousel-skin-annascholz .jcarousel-prev-vertical:hover {
    background-color:#ffffff;
	filter:alpha(opacity=62);opacity:0.62;-moz-opacity:0.62;
}

.jcarousel-skin-annascholz .jcarousel-prev-vertical:active {
    background-color:#ffffff;
	filter:alpha(opacity=62);opacity:0.62;-moz-opacity:0.62;
}

.jcarousel-skin-annascholz .jcarousel-prev-disabled-vertical,
.jcarousel-skin-annascholz .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-annascholz .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -36px;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 
#mycarousel,
#mycarousel li {
	margin:0;
	padding:0;
	list-style:none;
}
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
	list-style: none;
}

.jcarousel-list li,
.jcarousel-item {
	margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 100px;
    height: 100px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 800;
    display:none;
}

.jcarousel-prev {
    z-index: 800;
    display:none;
}
	
/*--------------------------------------------
Product detail zoom
---------------------------------------------*/	


.content .product-img-box { 
	margin: 0;
	padding:0; 
	float:left;
	display:inline;
	width:302px;
	height:390px;
}
	
.content .product-img-box .product-image-zoom {
    position:relative;
    overflow:hidden;
    width:250px;
    height:390px;
    z-index:9;
}
.content .product-img-box .product-image-zoom img {
    position:absolute; 
	left:0; 
	top:0;
	margin:0;
	cursor:move;
}
#image-loading {
	position:absolute;
	left:120px;
	top:140px;
}

.content .product-img-box .image-zoom {
    z-index:9; 
    position:relative;
    height:30px; 
    margin:0; 
    background:url(../images/product_zoom/slider_bg.gif) no-repeat 50% 50%; 
    padding:0 52px 0 48px; 
    cursor:pointer;
}
.btn-zoom-out   { position:absolute; left:38px; top:7px; display:block;}
.btn-zoom-in    { position:absolute; right:38px; top:7px; display:block;}

#track_hint { 
	margin:0 0 0 40px;
	font-size:0.9em; 
}
#track {
	position:relative;
	height:24px; 
}
#handle { 
	position:absolute; 
	left:0; 
	top:10px; 
	width:34px; 
	height:21px;
	background:url(../images/product_zoom/magnifier_handle.gif) no-repeat;  
}

