.adModal #cboxWrapper {
  position: fixed;
  margin: 0 auto;
  z-index: 9999;
  overflow: hidden;
}

.adModal #cboxWrapper {
  position: absolute;
  margin: 0 auto;
  z-index: 9999;
  overflow: hidden;
}

.adModal #cboxMiddleLeft, .adModal #cboxBottomLeft {
  clear: left;
}

.adModal #cboxContent {
  position: relative;
}

.adModal #cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.adModal #cboxTitle {
  margin: 0;
}

.adModal #cboxLoadingOverlay,#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 99%;
  height: 99%;
}

.adModal #cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow {
  cursor: pointer;
}

.adModal .cboxIframe {
  width: 99%;
  height: 99%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#cboxContent,#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.adModal #cboxContent {
  background: #000;
}

.adModal .cboxIframe {
  background: #fff;
}

.adModal #cboxLoadedContent {
  border: 5px solid #000;
  background: #fff;
}

.adModal #cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  background: none!important;
}

.adModal #cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
}

.adModal #cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

.adModal #cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active {
  outline: 0;
}

.adModal #cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

.adModal #cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

.adModal #cboxPrevious:hover {
  background-position: bottom left;
}

.adModal #cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

.adModal #cboxNext:hover {
  background-position: bottom right;
}

.adModal #cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}

.adModal #cboxClose:hover {
  background-position: bottom center;
}

.adModal #cboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow-y: scroll;
}

.adModal #cboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
