
#colorbox, #cboxOverlay, #cboxWrapper {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 9999;
}
#cboxWrapper {
    max-width: none;
}
#cboxOverlay {
    height: 100%;
    position: fixed;
    width: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}
#cboxContent {
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}
.cboxPhoto {
    border: 0 none;
    display: block;
    float: left;
    margin: auto;
    max-width: none;
}
.cboxIframe {
    border: 0 none;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
}
#cboxOverlay {
    background: none repeat scroll 0 0 #fff;
}
#colorbox {
    outline: 0 none;
}
#cboxTopLeft {
    background: url("img/colorbox/border1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 25px;
    width: 25px;
}
#cboxTopCenter {
    background: url("img/colorbox/border1.png") repeat-x scroll 0 -50px rgba(0, 0, 0, 0);
    height: 25px;
}
#cboxTopRight {
    background: url("img/colorbox/border1.png") no-repeat scroll -25px 0 rgba(0, 0, 0, 0);
    height: 25px;
    width: 25px;
}
#cboxBottomLeft {
    background: url("img/colorbox/border1.png") no-repeat scroll 0 -25px rgba(0, 0, 0, 0);
    height: 25px;
    width: 25px;
}
#cboxBottomCenter {
    background: url("img/colorbox/border1.png") repeat-x scroll 0 -75px rgba(0, 0, 0, 0);
    height: 25px;
}
#cboxBottomRight {
    background: url("img/colorbox/border1.png") no-repeat scroll -25px -25px rgba(0, 0, 0, 0);
    height: 25px;
    width: 25px;
}
#cboxMiddleLeft {
    background: url("img/colorbox/border2.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    width: 25px;
}
#cboxMiddleRight {
    background: url("img/colorbox/border2.png") repeat-y scroll -25px 0 rgba(0, 0, 0, 0);
    width: 25px;
}
#cboxContent {
    background: none repeat scroll 0 0 #fff;
    overflow: hidden;
}
.cboxIframe {
    background: none repeat scroll 0 0 #fff;
}
#cboxError {
    border: 1px solid #ccc;
    padding: 50px;
}
#cboxLoadedContent {
    margin-bottom: 30px;
}
#cboxTitle {
    bottom: 0;
    color: #999;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
#cboxCurrent {
    bottom: 0;
    color: #999;
    left: 100px;
    position: absolute;
    display: none !important;
}
#cboxLoadingOverlay {
    background: url("img/colorbox/loading.gif") no-repeat scroll 5px 5px #fff;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0 none;
}
#cboxSlideshow {
    bottom: 0;
    color: #444;
    position: absolute;
    right: 42px;
}
#cboxPrevious {
    bottom: -7px;
    color: #444;
    left: 0;
    position: absolute;
}
#cboxNext {
    bottom: -7px;
    color: #444;
    left: 30px;
    position: absolute;
}

#cboxNext,
#cboxPrevious,
#cboxClose {
    font-size:25px;
    font-family: 'FontAwesome';
    color: #26326A;
}

#cboxClose {
    bottom: -7px;
    display: block;
    position: absolute;
    right: 0;
}

.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
}
