.lightbox-overlay {
  background-color: black;
  height:           100%;
  left:             0;
  -moz-opacity:     0.6;
  opacity:          .60;
  filter:           alpha(opacity=60);
  position:         fixed;
  top:              0;
  width:            100%;
  z-index:          1001;
   /* z-index:          10000 !important;  this causes an issue on /demo/ */ 
}

.lightbox-content {
  background-color: white;
  border:           3px solid #000;
  /*height:           360px;*/
  left:             18%;
  overflow:         auto;
  padding:          5px;
  position:         fixed;
  top:              5%;
width:           50%;
  z-index:          1002;
}




