/*
    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:visible;}
#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; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-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:#000; opacity: 0.7 !important }
#colorbox{ height:auto; }
    #cboxContent{overflow:visible;margin: 10px 0}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; }
        #cboxLoadedContent{background:none; padding:0px; height:auto!important;border-radius: 20px}
        #cboxLoadingGraphic{background:url(../img/loading.gif) no-repeat center center; width:100px; height:100px; background-color:#000; left:50%; margin-left:-50px; top:50%; margin-top:-50px; border-radius:50px;}
        #cboxLoadingOverlay{background:none;}
        #cboxTitle{display: none!important;background: none repeat scroll 0 0 #121212; color:#FFFFFF; height:40px; left: 0; padding: 20px; position: fixed; top: 0; width: 100%; font-size: 30px; font-weight:bold; line-height:40px; font-family: 'helvetica,"Muli",sans-serif' , 'arial';}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{ margin-top: 12px; border-radius: 5px;text-indent:-9999px; width:35px; height:35px; position:absolute; top:-20px; background:url(../img/controls.png) no-repeat 0 0;}
        #cboxPrevious{background:url(../img/left_hover.png) 10px 7px no-repeat #888; right:90px;}
        #cboxPrevious:hover{background:url(../img/left_hover.png) 10px 7px no-repeat #555555; }
        #cboxNext{background:url(../img/right_hover.png) 11px 7px no-repeat #888; right:50px;}
        #cboxNext:hover{background:url(../img/right_hover.png) 11px 7px no-repeat #555555;}
        #cboxClose{background:url(../img/close_hover.png) 7px 7px no-repeat #888; right:10px;}
        #cboxClose:hover{background:url(../img/close_hover.png) 7px 7px no-repeat #555555;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
