#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#colorbox {
    outline: 0;
}

#cboxContent {
    margin-top: 20px;
    background: #000;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    border: 5px solid #000;
    background: #fff;
}

#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc;
}

#cboxCurrent {
    position: absolute;
    top: -10px;
    left: 0px;
    color: #ccc;
    font-size: 10px;
    font-family: sans-serif;
}

#cboxLoadingGraphic {
    background: url(images/loading.gif) no-repeat center center;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0;
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}

#cboxPrevious:hover,
#cboxNext:hover,
#cboxClose:hover {
    opacity: 0.5;
}


#cboxNext {
    position: absolute;
    top: 50%;
    right: -68px;
    display: block;
    line-height: 1;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    color: #b09e81;
    font-size: 0;
    line-height: 0;
    margin-top: -28px;
}

#cboxNext:before {
    content: "〉";
    width: 55px;
    height: 55px;
    display: block;
    color: #fff !important;
    font-size: 34px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 55px;
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: -68px;
    display: block;
    line-height: 1;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    color: #b09e81;
    font-size: 0;
    line-height: 0;
    margin-top: -28px;
}

#cboxPrevious:before {
    content: "〈";
    width: 55px;
    height: 55px;
    display: block;
    color: #fff !important;
    font-size: 34px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 55px;
}

@media screen and (max-width:600px) {
    #cboxNext {
        right: -42px;
        width: 34px;
        height: 34px;
        margin-top: -17px;
    }

    #cboxNext:before {
        width: 42px;
        height: 42px;
        font-size: 21px;
        line-height: 42px;
    }

    #cboxPrevious {
        left: -42px;
        width: 34px;
        height: 34px;
        margin-top: -17px;
    }

    #cboxPrevious:before {
        width: 42px;
        height: 42px;
        font-size: 21px;
        line-height: 42px;
    }
}

#cboxClose {
    position: absolute;
    top: -42px;
    right: -42px;
    display: block;
    width: 55px;
    height: 55px;
    font-size: 0;
}

#cboxClose:before {
    content: "×";
    width: 55px;
    height: 55px;
    display: block;
    color: #fff !important;
    font-size: 55px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 55px;
}

@media screen and (max-width:600px) {
    #cboxClose {
        top: -34px;
        right: -34px;
        width: 42px;
        height: 42px;
    }

    #cboxClose:before {
        width: 42px;
        height: 42px;
        font-size: 42px;
        line-height: 42px;
    }
}