body:after {
    content: url(../img/sub/close.png) url(../img/sub/loading.gif) url(../img/sub/prev.png) url(../img/sub/next.png);
    display: none
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    opacity: .8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-container {
    padding: 4px
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../img/sub/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
    width: 100%;
    max-width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    filter: invert(100%) sepia(0%) saturate(7461%) hue-rotate(201deg) brightness(95%) contrast(112%);
}

.lb-next,.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    left: -70px;
    float: left;
    background: url(../../images/common/cm_arrow_left3.svg) center center no-repeat;
    background-size: 50%;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    opacity: 1
}

.lb-nav a.lb-next {
    right: -70px;
    float: right;
    background: url(../../images/common/cm_arrow_right3.svg) center center no-repeat;
    background-size: 50%;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    opacity: 1
}

.lb-dataContainer {
    overflow: hidden;
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    height: 80px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    margin-top: 15px;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    margin-top: 5px;
    padding-bottom: 1em;
    font-size: .9em;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 15px;
    background: url(../../images/common/close.png) no-repeat;
    background-size: 100% auto;
    text-align: right;
    outline: 0;
    opacity: .7;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1
}


@media screen and (max-width:960px) {
    .lb-nav a {
        max-width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        filter: none;
        box-shadow: 0 0 5px #ccc;
        opacity: 0.7;
    }
    
    
    .lb-nav a.lb-prev {
        left: 10px;
        background: #fff url(../../images/common/cm_arrow_left3.svg) center center no-repeat;
        background-size: 40%;
    }
    
    
    .lb-nav a.lb-next {
        right: 10px;
        background: #fff url(../../images/common/cm_arrow_right3.svg) center center no-repeat;
        background-size: 40%;
    }
    
}