DIV.jqZoomTitle
{
    z-index: 5000;
    position: absolute;
    text-align: center;
    width: 100%;
    font-family: Tahoma;
    background: #999;
    height: 16px;
    color: #fff;
    font-size: 11px;
    top: 0px;
    padding-top: 2px;
    left: 0px;
}
.jqZoomPup
{
    z-index: 10;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    filter: alpha(opacity = 60);
    border-right-style: solid;
    background-color: #e6eaf3;
    border-top-color: #fff;
    border-top-style: solid;
    border-right-color: #fff;
    border-left-style: solid;
    overflow: hidden;
    border-left-color: #fff;
    cursor: crosshair;
    opacity: 0.6;
    -moz-opacity: 0.6;
}
.jqZoomPup IMG
{
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
.jqZoomWindow
{
    border-bottom: #999 1px solid;
    border-left: #999 1px solid;
    background-color: #fff;
    border-top: #999 1px solid;
    border-right: #999 1px solid;
    width: 30px;
    height: 30px;
}

