#imgbox-loading {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
    z-index: 90
}

#imgbox-loading div {
    background: #fff;
    width: 100%;
    height: 100%
}

#imgbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: none;
    z-index: 80
}

.imgbox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    display: none;
    z-index: 90
}

.imgbox-img {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    height: 100%;
    vertical-align: top
}

.imgbox-title {
    padding-top: 10px;
    font-size: 11px;
    text-align: center;
    font-family: Arial;
    color: #333;
    display: none
}

.imgbox-bg-wrap {
    position: absolute;
    padding: 0;
    margin: 0;
    display: none
}

.imgbox-bg {
    position: absolute;
    width: 20px;
    height: 20px
}

.imgbox-wrap {
    position: fixed;
    height: auto !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}