#zoom {
    position: absolute;
    display: none;
    z-index: 499;
    -webkit-box-shadow: 0px 5px 25px #000;
    -moz-box-shadow: 0px 5px 25px #000;
    box-shadow: 0px 5px 25px #000;
}
#zoom_img {
    display: block;
    cursor: pointer;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}
#zoom_close {
    position: absolute;
    display: none;
    cursor: pointer;
    left: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    background: url(../images/closebox.png) no-repeat;
}
#zoom_spin {
    position: absolute;
    display: none;
    z-index: 525;
    width: 50px;
    height: 50px;
    background: url(../images/spin.png) no-repeat;
}

.bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 498;
    cursor: pointer;
}

