/* CSS for removing the Move and Close text */
.misc .highslide-header .highslide-move, .highslide-header .highslide-close {
  display: none;
}

.misc .highslide-header {
  display: none;
}

.misc .highslide-wrapper, .highslide-outline {
  background:none;
}

.closebutton {
  position: relative;
  top: -14px;
  left: 14px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background:url(/highslide/graphics/close.png);
  z-index:2000;
}

.misc .highslide-html-content {
  padding: 0px;
}

.highslide-dimming {
  /*position: absolute;*/
  background-color:#EBEFF2;
}