
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
    border: 1px dashed #000;
    margin:0px;    /* Set this to minus the border thickness. */
    background-color:#666;
    cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
    font-family:Arial, Helvetica, sans-serif;
    position:absolute !important;
    background-color:#000;
    color:#fff;
    padding:3px;
    width:100%;
    text-align:center;
    font-weight:bold;
    font-size:10px;
    top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
    border:0px solid #ccc;
    overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
    background: none repeat scroll 0 0 #222222;
    border: 0 solid #000000;
    color: white;
    left: 35% !important;
    padding: 3px;
    top: 28px !important;
    z-index: -1000000;
}

.product-image .mousetrap {
    z-index:100 !important;
}

.product-image .mousetrap:hover { cursor:crosshair; }
.product-image:hover .div1-zoom { background-color:#fff; opacity:1 !important;}
/*#wrap a img { margin:auto;}
#wrap #cloud-zoom-big { text-align:center; margin:auto;}*/
