/*
    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:hidden; box-shadow: 1px 1px 3px #444;border:0px solid #444; background-color: #FFF; 
}
#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;}
.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{}

    #cboxContent{background:#fff; overflow:hidden; margin: 20px; font-size: 11px}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:-5px; left:0; text-align:center; width:100%; padding: 0;margin:0; }
        #cboxCurrent{position:absolute; bottom:-5px; left:100px; color:#999;margin-bottom:10px}
        #cboxSlideshow{position:absolute; bottom:-5px; right:42px; color:#444;margin-bottom:10px}
        #cboxPrevious{position:absolute; bottom:-5px; left:0; color:#444;padding: 0;margin:0;  text-transform: uppercase;}
        #cboxNext{position:absolute; bottom:-5px;; left:65px; color:#444; padding: 0;margin:0; text-transform: uppercase;}
        #cboxLoadingOverlay{background:#fff url(images/bgFFF-loader.gif) no-repeat 0px 0px;}
        #cboxClose{position:absolute; bottom:-5px; right:0; display:block; width: 70px; color:#111; text-align: right; padding: 0;margin:0; text-transform: uppercase; 
		}
