/*
    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:hidden !important; /*auto;*/}
#cboxTitle{ margin:10px 0; height: 1em;}
#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; max-width: none;}
.cboxIframe{width:100%; height:100%; display:block; border:0; overflow:hidden;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
    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:url(/img/modal/bg_cb_blue01.png)  repeat 0 0;}
#colorbox{}
    #cboxContent{margin-top:40px;}
        .cboxIframe{ /* background:#fff; */ }
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{/* border:5px solid #000;  */}
        #cboxTitle{ position:absolute; top:-30px; left:0; color:#FFF; /* text-indent:-9999px; */}
        #cboxCurrent{position:absolute; top:-22px; right:5px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:33%; left:-65px; margin-top:-45px; background:url(/img/modal/btn_cb_prev01.png) no-repeat 0 0; width:45px; height:90px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:33%; right:-65px; margin-top:-45px; background:url(/img/modal/btn_cb_next01.png) no-repeat 0 0; width:45px; height:90px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:-24px; right:-25px; display:block; background:url(/img/modal/btn_cb_close01.png) no-repeat top center; width:20px; height:20px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}