
.celanim_overlay_wrapper .highslide-html {
  background: black;
}

.celanim_hasCloseButton .closebutton {
  position: absolute;
  top: -15px;
  right: -15px;
  left: auto;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 4;
}
/** highslide-fix for overlay dimming in IE 10 **/
.highslide-container .highslide-viewport-size {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.8;
}