
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#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;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxTopLeft{display:none;}
    #cboxTopCenter{display:none;}
    #cboxTopRight{display:none;}

    #cboxBottomLeft{display:none;}
    #cboxBottomCenter{height:40px; }
    #cboxBottomRight{display:none;}

    #cboxMiddleLeft{display:none;}
    #cboxMiddleRight{display:none;}
    #cboxContent{overflow:visible;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(../img/colorbox/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; }

        #cboxPrevious,#cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-38px; background:url(../img/colorbox/controls.png) no-repeat 0px 0px; width:40px; height:40px; text-indent:-9999px;}
        #cboxPrevious:active, #cboxClose:active {outline:0;}
        #cboxClose{right:0; background-position:0 0;}
        #cboxClose:hover{background-position:0 -40px;}
