div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 700px !important;
    height: 500px !important;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomMask {
    position: absolute;
    background: url('/images/mask.png') repeat scroll 0 0 rgba(69, 126, 235, 0.3);
    cursor: move;
    z-index: 999;
}