#colorbox {
    left: 0px;
    top: 0px;
    overflow: hidden;
    position: absolute;
    z-index: 9999;
}

#cboxOverlay {
    left: 0px;
    top: 0px;
    overflow: hidden;
    position: absolute;
    z-index: 9999;
}

#cboxWrapper {
    left: 0px;
    top: 0px;
    overflow: hidden;
    position: absolute;
    z-index: 9999;
}

#cboxOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
}

#cboxMiddleLeft {
    clear: left;
}

#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0px;
}

#cboxLoadingOverlay {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}

#cboxLoadingGraphic {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}

#cboxPrevious {
    background: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
    width: auto;
    overflow: visible;
    cursor: pointer;
}

#cboxNext {
    background: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
    width: auto;
    overflow: visible;
    cursor: pointer;
}

#cboxClose {
    background: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
    width: auto;
    overflow: visible;
    cursor: pointer;
}

#cboxSlideshow {
    background: none;
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
    width: auto;
    overflow: visible;
    cursor: pointer;
}

#cboxPrevious:active {
    outline: 0px;
}

#cboxNext:active {
    outline: 0px;
}

#cboxClose:active {
    outline: 0px;
}

#cboxSlideshow:active {
    outline: 0px;
}

.cboxPhoto {
    margin: auto;
    border: 0px currentColor;
    border-image: none;
    float: left;
    display: block;
    max-width: none;
}

.cboxIframe {
    border: 0px currentColor;
    border-image: none;
    width: 100%;
    height: 100%;
    display: block;
}

#colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background: rgb(0, 0, 0);
}

#colorbox {
    outline: 0px;
}

#cboxWrapper {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#cboxTopLeft {
    width: 15px;
    height: 15px;
}

#cboxTopCenter {
    height: 15px;
}

#cboxTopRight {
    width: 15px;
    height: 15px;
}

#cboxBottomLeft {
    width: 15px;
    height: 10px;
}

#cboxBottomCenter {
    height: 10px;
}

#cboxBottomRight {
    width: 15px;
    height: 10px;
}

#cboxMiddleLeft {
    width: 15px;
}

#cboxMiddleRight {
    width: 15px;
}

#cboxContent {
    background: rgb(255, 255, 255);
    overflow: hidden;
}

#cboxError {
    padding: 50px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    background: rgba(255, 255, 255, 0.7);
    padding: 4px 6px;
    left: 0px;
    width: 100%;
    bottom: 28px;
    color: rgb(83, 83, 83);
    position: absolute;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#cboxCurrent {
    left: 60px;
    bottom: 4px;
    color: rgb(148, 148, 148);
    position: absolute;
}

.cboxSlideshow_on #cboxSlideshow {
    background: url("images/controls.png") no-repeat -75px -50px;
    width: 25px;
    height: 25px;
    right: 30px;
    bottom: 0px;
    text-indent: -9999px;
    position: absolute;
}

    .cboxSlideshow_on #cboxSlideshow:hover {
        background-position: -101px -50px;
    }

.cboxSlideshow_off #cboxSlideshow {
    background: url("images/controls.png") no-repeat -25px -50px;
    width: 25px;
    height: 25px;
    right: 30px;
    bottom: 0px;
    text-indent: -9999px;
    position: absolute;
}

    .cboxSlideshow_off #cboxSlideshow:hover {
        background-position: -49px -50px;
    }

#cboxPrevious {
    background: url("images/controls.png") no-repeat -75px 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    bottom: 0px;
    text-indent: -9999px;
    position: absolute;
}

    #cboxPrevious:hover {
        background-position: -75px -25px;
    }

#cboxNext {
    background: url("images/controls.png") no-repeat -50px 0px;
    left: 27px;
    width: 25px;
    height: 25px;
    bottom: 0px;
    text-indent: -9999px;
    position: absolute;
}

    #cboxNext:hover {
        background-position: -50px -25px;
    }

#cboxLoadingOverlay {
    background: rgb(255, 255, 255);
}

#cboxLoadingGraphic {
    background: url("images/loading_animation.gif") no-repeat center;
}

#cboxClose {
    background: url("images/controls.png") no-repeat -25px 0px;
    width: 25px;
    height: 25px;
    right: 0px;
    bottom: 0px;
    text-indent: -9999px;
    position: absolute;
}

    #cboxClose:hover {
        background-position: -25px -25px;
    }
