#overlay_gal 
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	
	 background-color: rgba(15,15,17,0.8);
	display: block;
}


#panel 
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 55px;
	padding: 5px;
	z-index: 1001;
	z-index: 9999999;
	 background-color: rgba(15,15,17,0.81);
	display: block;
}
#close {color: #FFF; float: right; font-size: 1.7em; font-weight: bold; margin-right: 15px; padding: 5px 15px; cursor: pointer;}

#content 
{
	padding-top: 60px;
	position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	
	border: 0 red solid;
	z-index: 999999;
}
#content img 
{
	max-width: 100%;
	max-height: 94vh;
	margin: auto;
	opacity: 1;
	display: none;
	z-index: 999999;
	cursor: pointer;
	
}


#nav   { position: fixed; left: 50%; }
#next_,#prev_   {color: #FFF; font-size: 1.7em; font-weight: normal; float: left; padding: 5px 15px; cursor: pointer; display: inline-block;}

#next_:hover,#prev_:hover,#close:hover   {color: #999999; border: 1px #999999 solid; border-radius: 3px;}