/* LIGHTBOX */

#lightbox {
  background-color:#eee;
  padding: 10px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
}

#lightboxDetails {
  font-family: Verdana;
  font-size: 1.4em;
  padding-top: 0.4em;
}
	
#keyboardMsg {
  display: none;
}

#lightboxCaption { 
  float: left; 
}

#keyboardMsg { 
  float: right; 
}

#closeButton {
  position: relative;
  top:1px;
  right: 3px;
}

#lightbox img { 
  border: none; 
} 

#overlay img { 
  border: none; 
}

#overlay { 
  background-image: url(/i/overlay.png); 
}

