.tmz-lightbox .frame {
  background-color: white;
  overflow: hidden;
  position: relative;
  width: 941px;
  border: 5px solid black;
  top: -5px;
  right: -5px;
}

.tmz-lightbox {
  position: absolute;
  height: 100%;
  margin: 0 auto;
  opacity: 1;
  z-index: 999999;
}

.tmz-lightbox-modal-trap {
  position: absolute;
  display:block;
  width: 100%;
  opacity: .5;
  background-color: black;
  left: 0;
  top: 0;
  z-index: 999998;
}

.tmz-lightbox .close {
  background: transparent url(../images/tmz_lightbox/close_button.png) no-repeat 0 0;
  width: 34px;
  height: 34px;
  z-index: 100;
  position: absolute;
  top: -20px;
  right: -21px;
  cursor: pointer;
}

.tmz-lightbox .frame iframe {
  overflow: hidden;
  width: 941px;
  border: 0;  
}

.tmz-lightbox .shadow {
  -moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  box-shadow: 3px 3px 4px #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /* ie8 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); /* ie 5.5 - 7 */
}

