

/********************** Product Detail */
/* Product Images */
.product-img-box { width:300px; }
.product-img-box .main-product-img {
    position:relative;
    overflow:hidden;
    width:300px;
    height:265px;
    z-index:9;
    }
.product-img-box .main-product-img img {
    position:absolute;
    left:2px;
    top:2px;
    width:100%;
    cursor:move;
    z-index:99;
    }
.image-zoom {
    z-index:9; position:relative; height:18px; margin:5px auto 13px auto; background:url(../images/slider_bg.gif) no-repeat 50% 50%; padding:0 28px 0 28px; cursor:pointer; }
#image { width:auto;  }
#track { position:relative; height:18px; margin-left:15px; margin-right:15px; }
#handle { position:absolute; left:0; top:-1px; width:9px; height:22px;background:url(../images/magnifier_handle.gif) no-repeat;   }
.btn-zoom-out { position:absolute; left:2px; top:1px; margin-left:15px;}
.btn-zoom-in { position:absolute; right:2px; top:1px; margin-right:15px;}
.product-img-box .more-views h4 { border-bottom:1px solid #ccc; margin-bottom:.8em; font-size:.95em; text-transform:uppercase; }
.product-img-box .more-views li { float:left; margin-right:6px;}
.product-img-box .more-views li.last { margin-right:0; }
.product-img-box .more-views li img { border:2px solid #ddd; }
