/* illZoom */

img#imgThumbBox {
    position: absolute;
    background: url(/img/image_unavailable.gif) no-repeat center;
    z-index:-1;
}

div#zoomBox {
    position: absolute;
    margin-left: 380px;
    background-color: #FFF;
    border: 1px solid #CCC;
    width: 350px;
    height: 349px;
    z-index: 1000;
    overflow: hidden;
}


div#zoomIndicator {
    border: 1px solid #FFF;
    cursor: crosshair;
}

div#debugBox {
    position: absolute;
    top: 500px;
    left: 10px;
    border: 1px solid #999;
    background: #000;
    color: #0BF;
    padding: 10px;
}

/* Quick View modal */
div#expressImage div#zoomBox {
    position: absolute;
    top: 50px;
    left: 337px;
    background-repeat: no-repeat;
    width: 358px;
    height: 299px;
    z-index: 1000;
}
div#productImage img#imgThumbBox {
    width: 500px;
    height: 600px;
    
}
div#expressImage img#imgThumbBox {
    width: 300px;
    height: 300px;
}

/* end: illZoom */
