/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/



#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; overflow:visible; background-color:#f5f5f5; padding:10px 10px 35px 10px; border:1px solid #d2cdbe;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0; }
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#faf5eb;}

#colorbox{}
    #cboxContent{margin-bottom:32px; margin-top:20px; }
        #cboxLoadedContent{ padding:1px;}
        #cboxLoadingGraphic{background:url(images/loading.html) center center no-repeat;}
        #cboxLoadingOverlay{background:#FAF5EB;}
        #cboxTitle{position:absolute; bottom:10px; left:10px; color:#737369; font-size:13px; }
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#919186; font-size:11px; }
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{width:20px; height:20px; position:absolute; bottom:-25px; right:0; color:#919186; }
        #cboxPrevious{ right:122px; }
        #cboxPrevious.hover{ color:#6F5436; }
        #cboxNext{ right:55px; }
        #cboxNext.hover{ color:#6F5436; }
        #cboxClose{ right:15px;}
        #cboxClose.hover{ color:#6F5436; }
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{ }
        .cboxSlideshow_on #cboxSlideshow{ }
        .cboxSlideshow_on #cboxSlideshow.hover{ }
        .cboxSlideshow_off #cboxSlideshow{ }
        .cboxSlideshow_off #cboxSlideshow.hover{ }
