#overlay {
	position: fixed; 
	top: 0; left: 0; 
	bottom: 0; right: 0; 
	background:rgba( 17, 136, 119, 0.5 );}

#lightbox {
	position: fixed; 
	top: -30px; right: 0; bottom: 0; left: 0; 
	width: 132px; height: 32px; 
	background: url( loading.gif ) center no-repeat; 
	margin: auto;}

#lightboxImage {
	border-bottom: 35px solid #fff; 
	border-left: 5px solid #fff; 
	border-right: 5px solid #fff; 
	border-top: 5px solid #fff; 
	box-shadow:0 0 20px #000;}

#title {
	position: absolute; 
	top: 577px; left: 10px; 
	font-weight: regular;}

#closeButton {
  position:absolute;
  font-size:35px;
  font-family:Arial, Helvetica, sans-serif;
  top: 0px; right: 0px;
  cursor:pointer;
color: black;


}