/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#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;}
#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;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{}
    #cboxTopLeft{width:10px; height:45px; background:url(/includes/js/colorbox/images/controls.png) no-repeat 0 0;}
    #cboxTopCenter{height:45px; background:url(/includes/js/colorbox/images/border.png) repeat-x top left;}
    #cboxTopRight{width:10px; height:45px; background:url(/includes/js/colorbox/images/controls.png) no-repeat -10px 0;}
    #cboxBottomLeft{width:10px; height:45px; background:url(/includes/js/colorbox/images/controls.png) no-repeat 0 -45px;}
    #cboxBottomCenter{height:45px; background:url(/includes/js/colorbox/images/border.png) repeat-x bottom left;}
    #cboxBottomRight{width:10px; height:45px; background:url(/includes/js/colorbox/images/controls.png) no-repeat -10px -45px;}
    #cboxMiddleLeft{width:10px; background:url(/includes/js/colorbox/images/controls.png) repeat-y -145px 0;}
    #cboxMiddleRight{width:10px; background:url(/includes/js/colorbox/images/controls.png) repeat-y -155px 0;}
    #cboxContent{background:#fff; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{}
        #cboxLoadingOverlay{background:url(/includes/js/colorbox/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/includes/js/colorbox/images/loading.gif) no-repeat center center;}
        #cboxTitle{/* width:100%; */ position:absolute; top:-37px; left:2px; margin-right: 20px; color:#949494; font-size:86%; /*font-size: 14px;*/}
        #cboxCurrent{position:absolute; bottom:-29px; left:2px; color:#949494; font-size:72%; /*font-size: 12px;*/}

        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-31px; background:url(/includes/js/colorbox/images/controls.png) no-repeat 0px 0px; width:15px; height:16px; text-indent:-9999px;}
        #cboxPrevious{right:20px; background-position: -23px -3px;}
        #cboxPrevious:hover{background-position:-23px -28px;}
        #cboxNext{right:0; background-position:-48px -3px;}
        #cboxNext:hover{background-position:-48px -28px;}
        #cboxClose{top:-37px; right:0; background-position: -73px -3px;}
        #cboxClose:hover{background-position:-73px -28px;}

        .cboxSlideshow_on #cboxSlideshow{background-position:-123px -3px; right:40px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-123px -28px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-98px -3px; right:40px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-98px -28px;}