/*
    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:#000;}
#colorbox{}
    #cboxTopLeft{width:30px; height:35px; background:url(/css/img/cb_tl.png) no-repeat;}
    #cboxTopCenter{ width:814px; height:35px; background:url(/css/img/cb_tm.png) no-repeat;}
    #cboxTopRight{width:30px; height:35px; background:url(/css/img/cb_tr.png) no-repeat;}
    #cboxBottomLeft{width:30px; height:35px; background:url(/css/img/cb_bl.png) no-repeat;}
    #cboxBottomCenter{ width:814px; height:35px; background:url(/css/img/cb_bm.png) no-repeat;}
    #cboxBottomRight{width:30px; height:35px; background:url(/css/img/cb_br.png) no-repeat;}
    #cboxMiddleLeft{width:30px; height:514px; background:url(/css/img/cb_ml.png) no-repeat;}
    #cboxMiddleRight{width:30px; height:514px; background:url(/css/img/cb_mr.png) no-repeat;}
    #cboxContent{overflow:hidden; background:url(/css/img/cb_m.jpg) no-repeat; }
        .cboxIframe{background:#000;}
        #cboxError{padding:50px; }
        #cboxLoadedContent{}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:-50px; left:100px; color:#999; }
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:40px; left:80px; color:#444;}
        #cboxNext{position:absolute; bottom:40px; right:80px; color:#444;}
        #cboxLoadingOverlay{background: url(/css/img/loading.gif) no-repeat 5px 5px;}
        #cboxClose{position:absolute; top:0; right:10px; display:block; color:#000; font-weight:bold; font-size:18px;}