/*
    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;}
    #vcboxTopLeft{width:25px; height:25px; background:url(../images/4/border1.png) no-repeat 0 0;}
    #vcboxTopCenter{height:25px; background:url(../images/4/border1.png) repeat-x 0 -50px;}
    #vcboxTopRight{width:25px; height:25px; background:url(../images/4/border1.png) no-repeat -25px 0;}
    #vcboxBottomLeft{width:25px; height:25px; background:url(../images/4/border1.png) no-repeat 0 -25px;}
    #vcboxBottomCenter{height:25px; background:url(../images/4/border1.png) repeat-x 0 -75px;}
    #vcboxBottomRight{width:25px; height:25px; background:url(../images/4/border1.png) no-repeat -25px -25px;}
    #vcboxMiddleLeft{width:25px; background:url(../images/4/border2.png) repeat-y 0 0;}
    #vcboxMiddleRight{width:25px; background:url(../images/4/border2.png) repeat-y -25px 0;}
    #vcboxContent{background:#fff; overflow:hidden;}
        .vcboxIframe{background:#fff;}
        #vcboxError{padding:50px; border:1px solid #ccc;}
        #vcboxLoadedContent{margin-bottom:20px;}
        #vcboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #vcboxCurrent{position:absolute; bottom:-5px; left:160px; color:#999;}
        #vcboxLoadingOverlay{background:#fff url(../images/4/loading.gif) no-repeat 5px 5px;}

        /* 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; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #vcboxPrevious:active, #vcboxNext:active, #vcboxSlideshow:active, #vcboxClose:active {outline:0;}

        #vcboxSlideshow{position:absolute; bottom:0px; right:72px; color:#444;}
        #vcboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #vcboxNext{position:absolute; bottom:0px; left:100px; color:#444;}
        #vcboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}


.vcboxIE #vcboxTopLeft,
.vcboxIE #vcboxTopCenter,
.vcboxIE #vcboxTopRight,
.vcboxIE #vcboxBottomLeft,
.vcboxIE #vcboxBottomCenter,
.vcboxIE #vcboxBottomRight,
.vcboxIE #vcboxMiddleLeft,
.vcboxIE #vcboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}