#outerImageContainer {
  background-color: #000000;
}
#imageDataContainer {
  background-color: #000000;
}
#imageData #caption, 
#imageData #numberDisplay {
  color: #aba19b;
}
#imageData #bottomNav {
  position: relative;
  height: 30px;
}
#imageData #bottomNavClose {
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 21px; float: none;  padding-bottom: 0; outline: none;
}	

#lightbox {
    z-index: 30001;  // to fix the overlay issue on the package pages
}
#overlay {
    z-index: 30000;  // to fix the overlay issue on the package pages
}