.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;
}

.lightbox-content {
  background-color: white;
  border:           3px solid #000;
  /*left:             18%;*/
  left:             50%;
  margin-left:      -400px;
  overflow:         auto;
  padding:          5px;
  position:         fixed;
  top:              5%;
  z-index:          1002;
}

