.lightbox-container {
  border: 1px solid #000;
  background-color: #fff;
  width: 605px;
  height: 300px;
  position: absolute;
  z-index: 930;
  overflow: hidden;
}
.lightbox-container .lightbox-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.lightbox-container .lightbox-close {
  background-position: -127px -11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 930;
}
.lightbox-container .lightbox-close:hover {
  background-position: -127px -24px;
}
.lightbox-container .lightbox-close:active {
  background-position: -140px -24px;
}
.lightbox-container .lightbox-loading, .lightbox-container .lightbox-loading-error{
  font: italic 12px/16px times, serif;
  text-align: center;
  letter-spacing: 0.1em;
  top: 50%;
}
.lightbox-container .lightbox-loading  {
  position: relative;
}
.lightbox-container .lightbox-loading-error {
  position:absolute;
  width: 100%;
  margin:0 auto;
}
.lightbox-container .lightbox-loading img {
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.lightbox-overlay {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 920;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  filter: alpha(opacity=80);
}

/* QUICKSHOP */
#qsLightBoxContainer {
  width: 790px;
  height: 646px;
  border-right-width: 0;
}

#qsLightBoxContainer.tray {
  width: 788px;
}

#qsLightBoxContainer .lightbox-loading span {
  position: relative;
  top: -5px;
  margin-left: 4px;
}

#qsLightBox.tray {
  *position: static;
}