/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #vcboxOverlay, #vcboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#vcboxOverlay{position:fixed; width:100%; height:100%;}
#vcboxMiddleLeft, #vcboxBottomLeft{clear:left;}
#vcboxContent{position:relative;}
#vcboxLoadedContent{overflow:auto;}
#vcboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#vcboxTitle{margin:0;}
#vcboxLoadingOverlay, #vcboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#vcboxPrevious, #vcboxNext, #vcboxClose, #vcboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#vcboxOverlay{background:#000;}

#colorbox{}
    #vcboxContent{margin-top:20px;}
        #vcboxLoadedContent{ padding:5px;}
        #vcboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #vcboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #vcboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #vcboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #vcboxPrevious.hover{background-position:bottom left;}
        #vcboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #vcboxNext.hover{background-position:bottom right;}
        #vcboxLoadingOverlay{background:#000;}
        #vcboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #vcboxClose{position:absolute; top:0px; right:5px; display:block; background:url(images/button_cert_close.png) top center no-repeat; width:36px; height:36px; text-indent:-9999px;}
        #vcboxClose.hover{background-position:bottom center;}