/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
.popup {display:none;}
#inline_content {min-height:100px !important; padding:5%;overflow:hidden; background:url(../img/header_bg.gif);
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.50);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.50);
	box-shadow:0px 1px 3px rgba(0,0,0,.50);
		}
.over {width:100%!important; height:100%!important;}
#inline_content p{text-align:center; font-family:Georgia, "Times New Roman", Times, serif; font-size:21px; margin:15px auto !important;
  text-shadow: 1px -2px 1px rgba(255,255,255,0.4)}
#inline_content p a{color:#000; text-decoration:none; display:inline;text-align:center;}
#inline_content p a:hover {color:#dd0009; text-shadow: 1px -1px 1px rgba(255,255,255,0.5); text-decoration:underline;}
#inline_content div {width:100%; margin:0 auto; }


#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#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; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}


#cboxOverlay{background:#000;}
#colorbox{outline:0;}
  
    #cboxContent{background:#fff; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:0px;}
        #cboxLoadingOverlay{background:url(../img/loading_background.png) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
         #cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-29px; background:transparent; width:23px; height:23px; text-indent:-9999px;}

 
