/*
    vcolorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#vcolorbox, #vcboxOverlay, #vcboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#vcboxWrapper {max-width:none;}
#vcboxOverlay{position:fixed; width:100%; height:100%;}
#vcboxMiddleLeft, #vcboxBottomLeft{clear:left;}
#vcboxContent{position:relative;}
#vcboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#vcboxTitle{margin:0;}
#vcboxLoadingOverlay, #vcboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#vcboxPrevious, #vcboxNext, #vcboxClose, #vcboxSlideshow{cursor:pointer;}
.vcboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.vcboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#vcolorbox, #vcboxContent, #vcboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of vcolorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#vcboxOverlay{background:#fff;}
#vcolorbox{outline:0;}
    #vcboxContent{margin-top:32px; overflow:visible; background:#000;}
        .vcboxIframe{background:#fff;}
        #vcboxError{padding:50px; border:1px solid #ccc;}
        #vcboxLoadedContent{background:#000; padding:1px;}
        #vcboxLoadingGraphic{background:url(../images/2/loading.gif) no-repeat center center;}
        #vcboxLoadingOverlay{background:#000;}
        #vcboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #vcboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #vcboxPrevious, #vcboxNext, #vcboxSlideshow, #vcboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../images/2/controls.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #vcboxPrevious:active, #vcboxNext:active, #vcboxSlideshow:active, #vcboxClose:active {outline:0;}

        #vcboxPrevious{background-position:0px 0px; right:44px;}
        #vcboxPrevious:hover{background-position:0px -25px;}
        #vcboxNext{background-position:-25px 0px; right:22px;}
        #vcboxNext:hover{background-position:-25px -25px;}
        #vcboxClose{background-position:-50px 0px; right:0;}
        #vcboxClose:hover{background-position:-50px -25px;}
        .vcboxSlideshow_on #vcboxPrevious, .vcboxSlideshow_off #vcboxPrevious{right:66px;}
        .vcboxSlideshow_on #vcboxSlideshow{background-position:-100px -25px; right:44px;}
        .vcboxSlideshow_off #vcboxSlideshow{background-position:-75px -25px; right:44px;}
