.zoomPad {
    position: relative;
    float: left;
    /*z-index: 99;*/
    cursor: pointer;
}

.zoomPreload {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align: center;
    background-image: url(../images/zoomloader.gif);
    background-repeat: no-repeat;
    background-position: 43px 30px;
    z-index: 110;
    width: 90px;
    height: 43px;
    position: absolute;
    top: 0;
    left: 0;
}

.zoomPup {
    overflow: hidden;
    background-color: #FFF;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: absolute;
    border: 1px solid #CCC;
    z-index: 101;
    margin: 15px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.zoomOverlay {
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF;
    /*opacity:0.5;*/
    width: 100%;
    height: 100%;
    display: none;
    z-index: 101;
}

.zoomWindow {
    position: absolute;
    left: 110%;
    top: 40px;
    background: #FFF;
    height: auto;
    z-index: 110;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.zoomWrapper {
    position: relative;
    z-index: 110;
    padding: 8px;
    padding-right: 12px;
    background-image: url(../images/white-pixel.png);
    border:1px solid #000000;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 10px 20px #000000;
    -webkit-box-shadow: 0px 10px 20px #000000;
    box-shadow: 0 10px 20px #000000;
    -moz-border-radius: 0 0 5px 5px;
}

.zoomWrapperTitle {
    display: block;
    background: #999;
    color: #FFF;
    height: 18px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 120;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#productMainImage .zoomWindow:before {
    content:url(../images/arrow_jqzoom.png);
    position:absolute;
    z-index: 120;
    left:-17px;
    top:50px;
}

#productAdditionalImages .zoomWindow {
    left: -25px !important;
}

.zoomWrapperImage {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 110;
    border:2px solid #000000;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.zoomWrapperImage img {
    border: 0;
    display: block;
    position: absolute;
    z-index: 101;
}

.zoomIframe {
    z-index: -1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.80;
    opacity: 0.80;
    position: absolute;
    display: block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
