#cboxOverlay,
#cboxWrapper,
#colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999999;
    overflow: visible
}
#cboxWrapper {
    max-width: none
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}
#cboxBottomLeft,
#cboxMiddleLeft {
    clear: left
}
#cboxContent {
    position: relative
}
#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}
#cboxTitle {
    position: absolute!important;
    top: 100%!important;
    z-index: 9999!important;
    width: 96%;
        margin: 5px 0;
}
#cboxLoadingGraphic,
#cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
#cboxClose,
#cboxNext,
#cboxPrevious,
#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
}
#cboxContent,
#cboxLoadedContent,
#colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}
#cboxOverlay {
    background: #000;
}
#colorbox {
    outline: 0;
    overflow: visible !important;
}
#cboxContent {
    margin-top: 32px;
    overflow: visible;
    background: none;
}
.cboxIframe {
    background: #fff;
}
#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}
#cboxLoadedContent {
    background: none;
    padding: 1px
}
#cboxLoadingGraphic {
    background: url(loading.gif) center center no-repeat
}
#cboxLoadingOverlay {
    background: #000
}
#cboxTitle {
    left: 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
#cboxCurrent {
    position: absolute;
    top: -22px;
    right: 205px;
    text-indent: -9999px
}
#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -45px;
    background: url(controls_close.png) no-repeat;
    background-position: center;
}
#cboxPrevious {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 40px;
    height: 103px;
    position: absolute;
    background: url(arrow_6_l.png) no-repeat;
    opacity: .6
}
#cboxNext {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 40px;
    height: 103px;
    position: absolute;
    background: url(arrow_6_r.png) no-repeat;
    opacity: .6
}
#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
    outline: 0
}
#cboxPrevious {
    background-position: 0 0;
    left: 0;
    bottom: 80px;
    top: 43%;
    z-index: 999999
}
#cboxPrevious:hover {
    opacity: .9
}
#cboxNext {
    right: 0;
    bottom: 80px;
    top: 43%;
    z-index: 999999
}
#cboxNext:hover {
    opacity: .9
}
#cboxClose {
    right: 0
}
#cboxClose:hover {
    opacity: .8;
}
.cboxSlideshow_off #cboxPrevious,
.cboxSlideshow_on #cboxPrevious {
    right: 66px
}
.cboxSlideshow_on #cboxSlideshow {
    background-position: -75px -25px;
    right: 44px
}
.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -100px -25px
}
.cboxSlideshow_off #cboxSlideshow {
    background-position: -100px 0;
    right: 44px
}
.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -75px -25px
}