#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 8888;
  overflow: visible;
}

#colorbox {
  z-index: 9999;
}

#cboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7000;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0.9 !important;
}

#cboxContent #cboxLoadedContent {
  overflow: inherit !important;
  border: 1px solid #CCC;
}

#cboxTitle {
  margin: 0;
  display: none !important;
}

#cboxTopCenter {
  width: auto;
  height: 20px;
}

#cboxBottomCenter {
  width: auto;
  height: 20px;
}

#cboxCurrent {
  display: none !important;
}

#cboxLoadingGraphic {
  background: url(../../../common/images/bx_loader.gif) no-repeat center center;
}

#cboxPrevious {
  display: block !important;
  position: absolute;
  top: 50%;
  left: -40px;
  width: 20px;
  height: 40px;
  text-indent: -9999px;
}

#cboxMiddleRight {
  display: none;
}

#cboxNext {
  display: block !important;
  position: absolute;
  top: 50%;
  right: -40px;
  width: 20px;
  height: 40px;
  text-indent: -9999px;
}

#cboxClose {
  width: 27px;
  height: 27px;
  top: 0;
  right: -37px;
  background: url(../../../common/images/icon-close.png) no-repeat;
}

#cboxClose:hover {
  background-position: inherit;
}

#cboxTopLeft {
  background: none;
}

#cboxTopRight {
  background: none;
}

#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxBottomCenter,
#cboxPrevious,
#cboxNext {
  display: none;
  background: none;
}

#cboxLoadingOverlay {
  background: none;
}
