#lightbox{
background-color: #FFF;
  padding: 10px;
 z-index: 99999999 !important;
/* width: 80%;
 margin-left:10%;
  margin-right:10%;
  margin-top: 10%;*/
  -moz-border-radius: 2px;
border-radius: 2px;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	max-width: 100%;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 10px; right: 10px; }

#lightbox img{ 
  border: none;
  clear: both;
  width: 100%;
} 
#overlay img{ border: none; }

#overlay{
	background-color: rgba(0,0,0,0.5);  
	 z-index: 9999999 !important;
}

* html #overlay{
	background-color: #333;
	z-index: 9999 !important;
	width:100%;
	}
	
