/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

div#colorbox, div#cboxOverlay, div#cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:visible; }
div#cboxWrapper div{ height:auto; margin-top:0px; float:none; display:block; padding:0px; overflow:visible; }
div#cboxOverlay{position:fixed; width:100%; height:100%;}
div#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
div#cboxContent{position:relative;}
div#cboxLoadedContent{overflow:auto;}
div#cboxTitle{margin:0;display:block; }
div#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
div#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
div.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
div.cboxIframe{width:100%; height:100%; display:block; border:0;}
div#colorbox, div#cboxContent, div#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:#000 repeat 0 0;}
#colorbox{ padding-top:0px; }
    #cboxTopLeft{display:none; height:0px;}
    #cboxTopRight{display:none;height:0px;}
    #cboxBottomLeft{height:21px;}
    #cboxBottomRight{height:21px}
    #cboxMiddleLeft{}
    #cboxMiddleRight{}
    #cboxTopCenter{}
    #cboxBottomCenter{height:21px}
    #cboxContent{background:#000; overflow:hidden; margin-top:0px; float:left;}
        .cboxIframe{background:#000;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        div#cboxLoadedContent{margin-bottom:28px;}
        div#cboxLoadedContent img{margin:20px;}
        #cboxTitle{position:absolute; height:28px; float:left; display:inline; clear:none; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{ position:absolute; height:28px; float:left; display:inline; clear:none; bottom:0px; left:100px; color:#000;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        div#cboxWrapper div#cboxPrevious{position:absolute; bottom:0; left:0; background:url(../img/gallery/prevlabel.gif) no-repeat 0px -20px; width:60px; height:20px; overflow:hidden; text-indent:-9999px;}
        div#cboxWrapper div#cboxPrevious:hover{background-position:0px 0px;}
        div#cboxWrapper div#cboxNext{position:absolute; bottom:0; right:0px; background:url(../img/gallery/nextlabel.gif) no-repeat 0px -20px; width:60px; height:20px; overflow:hidden; text-indent:-9999px;}
        div#cboxWrapper div#cboxNext:hover{background-position:0px 0px;}
        #cboxLoadingOverlay{ background:#000; }
        #cboxLoadingGraphic{background:url(../img/gallery/loading.gif) no-repeat center center;}
        div#cboxWrapper div#cboxClose{position:absolute; top:0; right:0; background:#000 url(../img/gallery/closelabel.gif) no-repeat 0 0; width:20px; height:20px; text-indent:-9999px;}
        div#cboxWrapper div#cboxClose:hover{background-color:#666;}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
