#lightbox{
background-color: #FFF;
  padding: 10px;
  z-index: 999999 !important;
  max-width: 1000px;
  margin-top: 10px;
  -moz-border-radius: 2px;
border-radius: 2px;
    margin: auto;
    left: 0px;
    right: 0px;
	}
#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: 999999 !important;
    text-align: center;
}

* html #overlay{
	background-color: #333;
	z-index: 9999 !important;
	width:100%;
	}
	

@media (max-width:1000px) {   /* STILE TABLET */
#lightbox {
  max-width: 97%;
  margin-left: 1%;
}
}

