/*
    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:100; overflow:hidden;}
#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%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    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:#FFF;}
#colorbox{}
    #cboxTopLeft{width:0; height:40px;}
    #cboxTopCenter{height:40px;}
    #cboxTopRight{width:0; height:40px;}
    #cboxBottomLeft{width:0; height:40px;}
    #cboxBottomCenter{height:40px;}
    #cboxBottomRight{width:0; height:40px;}
    #cboxMiddleLeft{width:0;}
    #cboxMiddleRight{width:0;}
    #cboxContent{overflow:visible; padding-top: 40px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:left;width:100%;font-size: 12px;font-weight:bold; color:#333;}
        #cboxCurrent{position:absolute;top:11px;left:91px;font-size:12px;font-weight:bold;color:#333;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; top:0; background:url(../images/colorbox-controls.png) no-repeat 0px 0px; width:40px; height:40px; text-indent:-9999px;}
        #cboxPrevious{right:40px; background-position: -40px 0;}
        #cboxPrevious:hover{background-position:-40px -40px;}
        #cboxNext{right:0px; background-position:-80px 0;}
        #cboxNext:hover{background-position:-80px -40px;}
        #cboxClose{left:0; background-position:0 0;}
        #cboxClose:hover{background-position:0 -40px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}