#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    border-radius: 10px;
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
}
#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}
#cboxContent {
    position: relative;
    background: #fff;
    overflow: hidden;
}
#cboxLoadedContent {
    -webkit-overflow-scrolling: touch;
}
#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;
}
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox {
    box-shadow: 0 22px 70px 4px rgba(0, 0, 0, 0.56);
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}
#cboxLoadedContent {
    margin-top: 10px;
}
#cboxTitle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 30px;
    font-family: SegoeWPLight, Arial, Sans-Serif;
    font-size: 1px;
    line-height: 1px;
    color: #fff;
    background-color: #fff;
    height: 0;

}
#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}
#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}
#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
#cboxPrevious:hover {
    background-position: -75px -25px;
}
#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
#cboxNext:hover {
    background-position: -50px -25px;
}
#cboxLoadingOverlay {
    background: url(../img/colorbox/loading_background.png) no-repeat center center;
}
#cboxClose {
    display: none;
}
#cboxClose:hover {
    background-position: -25px -25px;
}
.cboxCloseIcon {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    height: 36px;
    width: 36px;
    background: url(../img/colorbox/popup-closer.png) no-repeat center;
    background-size: auto;
    background-size: 14px 14px;
}
.cboxCloseIcon:hover {
    background-color: #f1f1f1;
    border-radius: 5px;
}

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}
