﻿
.zoomPad {
    cursor: crosshair;
    float: left;
    position: relative;
    z-index: 99;
}
.zoomPreload {
    background-color: white;
    background-image: url("zoomloader.gif");
    background-position: 43px 30px;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    color: #333;
    font-family: Tahoma;
    font-size: 12px;
    height: 43px;
    left: 0;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 90px;
    z-index: 110;
}
.zoomPup {
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: crosshair;
    opacity: 0.6;
    overflow: hidden;
    position: absolute;
    z-index: 101;
}
.zoomOverlay {
    background: #fff none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 101;
}
.zoomWindow {
    background: #fff none repeat scroll 0 0;
    height: auto;
    left: 110%;
    position: absolute;
    top: 40px;
    z-index: 110;
}
.zoomWrapper {
    border: 1px solid #999;
    position: relative;
    z-index: 110;
}
.zoomWrapperTitle {
    background: #999 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 10px;
    height: 18px;
    left: 0;
    line-height: 18px;
    opacity: 0.6;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 120;
}
.zoomWrapperImage {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 110;
}
.zoomWrapperImage img {
    border: 0 none;
    display: block;
    position: absolute;
    z-index: 101;
}
.zoomIframe {
    display: block;
    opacity: 0.8;
    position: absolute;
    z-index: -1;
}
