/*
    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%;}
#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{}
    #cboxContent{background:#fff; margin-top:0; border:1px solid #c1c1c1; overflow:visible;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-top:40px;background:#fff; border-top:1px solid #c1c1c1; }
        #cboxLoadingGraphic{background:url(/rs/r2020/campus/oic/common/js/colorbox/images/loading.gif) no-repeat 10px 10px;}
        #cboxLoadingOverlay{/*background:#000;*/}
        #cboxTitle{position:absolute; top:12px; left:10px; color:#666; font-size:1.2em;}
        #cboxCurrent{position:absolute; top:0; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:40px; height:40px; position:absolute; top:0; background:url(/rs/r2020/campus/oic/common/js/colorbox/images/controls.gif) no-repeat 0 0; border-left:1px solid #c1c1c1; border-bottom:1px solid #c1c1c1;}
        #cboxPrevious{background-position:0px 0px; right:80px;}
        #cboxPrevious.hover{background-position:0px -40px;}
        #cboxNext{background-position:-40px 0px; right:40px;}
        #cboxNext.hover{background-position:-40px -40px;}
        #cboxClose{background-position:-80px 0px; right:0; border-left:1px solid #c1c1c1; border-bottom:1px solid #c1c1c1;}
        #cboxClose.hover{background-position:-80px -40px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-120px -40px; right:80px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-160px -40px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-160px 0px; right:80x;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-120px -40px;}

