/*
    bw_colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#bw_colorbox, #bcboxOverlay, #bcboxWrapper{position:absolute; top:0; left:0; z-index:10000; overflow:hidden;}
#bcboxOverlay{position:fixed; width:100%; height:100%;}
#bcboxMiddleLeft, #bcboxBottomLeft{clear:left;}
#bcboxContent{position:relative;}
#bcboxLoadedContent{overflow:auto;}
#bcboxTitle{margin:0;}
#bcboxLoadingOverlay, #bcboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#bcboxPrevious, #bcboxNext, #bcboxClose, #bcboxSlideshow{cursor:pointer;}
.bcboxPhoto{float:left; margin:auto; border:0; display:block;}
.bcboxIframe{width:100%; height:100%; display:block; border:0;margin: 0;padding: 0}

/*
    User Style:
    Change the following styles to modify the appearance of bw_colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#bcboxOverlay{background:#000;}
#bw_colorbox{}
#bcboxContent{margin-top:20px;}
#bcboxError{padding:50px; border:1px solid #ccc;}
#bcboxLoadedContent{border:5px solid #000; background:#fff;}
#bcboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#bcboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#bcboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#bcboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(./images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
#bcboxPrevious.hover{background-position:bottom left;}
#bcboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(./images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
#bcboxNext.hover{background-position:bottom right;}
#bcboxLoadingOverlay{background:#000;}
#bcboxLoadingGraphic{background:url(./images/loading.gif) no-repeat center center;}
#bcboxClose{position:absolute; top:5px; right:5px; display:block; background:url(./images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
#bcboxClose.hover{background-position:bottom center;}