﻿.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 #888;
    width: 500px;
    height: 200px;
    box-shadow: -0 -0 10px rgba(0,0,0,.4);
    z-index: 9999;
}
.cloudzoom-zoom-inside
{
    border: none;
    box-shadow: none;
    z-index: 9999;
}
.cloudzoom-caption
{
    display: none;
    text-align: left;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-family: sans-serif;
    font-size: 11px;
}
.cloudzoom-blank
{
    background-image: url(../image/blank.png);
}
.cloudzoom-ajax-loader
{
    background-image: url(/static/js/library/CloudZoom/ajax-loader.gif);
    width: 32px;
    height: 32px;
}