#cboxOverlay, .cboxIframe {
    width: 100%;
    height: 100%
}

.cboxIframe, .cboxPhoto {
    display: block;
    border: 0
}

#cboxCurrent, #cboxTitle {
    bottom: -25px;
    font-weight: 700;
    color: #7C7C7C;
    position: absolute
}

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

#cboxOverlay, #cboxWrapper, #colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden
}

#cboxOverlay {
    position: fixed;
    background: #000
}

#cboxBottomLeft, #cboxMiddleLeft {
    clear: left
}

#cboxContent {
    position: relative;
    background: #fff;
    overflow: visible
}

#cboxTitle {
    margin: 0;
    left: 0;
    text-align: center;
    width: 100%
}

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

.cboxPhoto {
    float: left;
    margin: auto;
    max-width: 900px;
    max-height: 900px;
    -ms-interpolation-mode: bicubic
}

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

#cboxTopLeft {
    width: 14px;
    height: 14px;
    background: url(/img-assets/controls.png) no-repeat
}

#cboxTopCenter {
    height: 14px;
    background: url(/img-assets/border.png) top left repeat-x
}

#cboxTopRight {
    width: 14px;
    height: 14px;
    background: url(/img-assets/controls.png) -36px 0 no-repeat
}

#cboxBottomLeft {
    width: 14px;
    height: 43px;
    background: url(/img-assets/controls.png) 0 -32px no-repeat
}

#cboxBottomCenter {
    height: 43px;
    background: url(/img-assets/border.png) bottom left repeat-x
}

#cboxBottomRight {
    width: 14px;
    height: 43px;
    background: url(/img-assets/controls.png) -36px -32px no-repeat
}

#cboxMiddleLeft {
    width: 14px;
    background: url(/img-assets/controls.png) -175px 0 repeat-y
}

#cboxMiddleRight {
    width: 14px;
    background: url(/img-assets/controls.png) -211px 0 repeat-y
}

.cboxIframe {
    background: #fff
}

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

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 5px
}

#cboxLoadingOverlay {
    background: url(/img-assets/loading_background.png) center center no-repeat
}

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

#cboxCurrent {
    left: 58px
}

#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    bottom: -29px;
    background: url(/img-assets/controls.png) no-repeat;
    width: 23px;
    height: 23px;
    text-indent: -9999px
}

#cboxPrevious {
    left: 0;
    background-position: -51px -25px
}

#cboxPrevious:hover {
    background-position: -51px 0
}

#cboxNext {
    left: 27px;
    background-position: -75px -25px
}

#cboxNext:hover {
    background-position: -75px 0
}

#cboxClose {
    right: 0;
    background-position: -100px -25px
}

#cboxClose:hover {
    background-position: -100px 0
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -125px 0;
    right: 27px
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -150px 0
}

.cboxSlideshow_off #cboxSlideshow {
    background-position: -150px -25px;
    right: 27px
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -125px 0
}