#modalShade, #modalShade-incontext {
    display: none;
    background: #323232;
    color:inherit;
    position: fixed; 
    left: 0; 
    top: 0;
    width: 100%; 
    height: 100%;
    z-index: 1900;
}
img.close_button {
	float: right;
    margin: -45px -45px 0px 0px;
    border: none;
}
.grid-modal { 
    display:none;
    background:#333 no-repeat;
    background-size:contain;
    color:#fff;
    padding:0em;
    border-top:1px solid #e3ae24;
    border-bottom: 1px solid #e3ae24;
    float:left;position:fixed;
    top:50%;
    left:50%;
    z-index:1950;
    width:570px;
    height:380px;
    max-height:80%; 
}
/* Gallery Styles */
#gallery {list-style:none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;max-height:100%;}
#gallery li {max-width:100%;max-height:100%;width:15em;height:10em;text-align:center;float:left;margin:.6em;overflow:hidden;}
#gallery li .caption {display:none;}
#gallery li img {max-width:100%;max-height:100%;}

#galleryWindow #gallery {position:relative;list-style:none;left:0px;margin: 0px;padding: 0px;max-height:100%;max-width:100%;}
#galleryWindow #gallery li {float:none;max-height:none;max-width:none;width:auto;height:auto;padding: 0px;margin: 0px;text-align: center;display:none;}
#galleryWindow #gallery li .caption {display:block;}
#galleryWindow {width:500px;height: 300px;background: #000000;color: #ffffff;max-height:90%;max-width:90%;}
#galleryWindow H3 {font-family:Impact, Verdana, Geneva, sans-serif;text-transform:uppercase;}
#galleryWindow p {font:Arial;font-size:.7em;max-width:100%;}
#galleryWindow a {background-color:transparent;color:inherit;}
#galleryWindow a.close { line-height:normal; padding:0; background:none;color:inherit; width:auto; float:none; margin:0; border: none; }
#galleryWindow img.close_button {float:none;position: absolute;margin:0;right: -2px;top:-26px;border: none;}
img.next_button {margin: 0;padding:0;border: none;position:absolute;right:-61px;top:50%;color:#fff;background-color:#333;}
img.prev_button {margin: 0px;border: none;position:absolute;left:-61px;top:50%;color:#fff;background-color:#333;}
img.play_button {margin: 0px;border: none;}