@charset "utf-8";
.cloudzoom-lens {
    border: 5px solid #888;
    width: 100px;
    height: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    cursor: crosshair;
    z-index: 10
}

.cloudzoom-zoom {
    border: 1px solid #ccc;
    width: 500px;
    height: 200px;
    background-color: #fff;
    z-index: 100
}

.cloudzoom-zoom-inside {
    border: none;
    box-shadow: none
}

.cloudzoom-caption {
    display: none;
    text-align: left;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    font-family: sans-serif;
    font-size: 11px
}

.cloudzoom-ajax-loader {
    width: 32px;
    height: 32px
}

.cloudzoom-blank div {
    background: 0 0!important;
    border: none!important;
    text-indent: -99999px!important;
    z-index: 10
}