#colorbox, #cboxOverlay, #cboxWrapper { position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper { max-width: none;}
#cboxOverlay { position: fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft { clear:left;}
#cboxContent { position:relative;}
#cboxLoadedContent { overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle { margin:0;}
#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; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe { width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent { box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#cboxOverlay { background:#fff; opacity: 0.95; filter: alpha(opacity = 95);}
#colorbox { outline:0;}
    #cboxContent { margin: 4em 1em 2em 1em; background-color: #FFF; overflow: visible; box-shadow: 0px 0px 5px rgba(0,0,0,.3); -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.3);}
        #cboxError { padding: 50px;}
        #cboxLoadingGraphic { background:url(../img/loading.gif) no-repeat center center;}
        #cboxTitle { display: none;}
        #cboxCurrent { display: none !important;}
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose { border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width: 30px; height: 30px; position: absolute; top: -3em;}
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active { outline:0;}
        #cboxPrevious { background: url(../img/btnLg.png) no-repeat; background-position: center; right: 100px;}
        #cboxNext     { background: url(../img/btnRg.png) no-repeat; background-position: center; right: 60px;}
        #cboxClose    { background: url(../img/btnXp.png) no-repeat; background-position: center; right: 0;}
        #cboxPrevious:hover, #cboxNext:hover, #cboxClose:hover { opacity: .5;}