  .highslide-close {
      display:none !important;
  }
  
  /* Remove the header with Move/Close text */
  .borderless-html .highslide-header {
     display: none;
  }
  /* Remove the footer */
  .borderless-html .highslide-footer {
     display: none;
  }
  /* Change the background color for the HTML popup */
  .borderless-html .highslide-html {
     background: #FFFFFF;
  }
  /* Adjust the padding */
  .borderless-html .highslide-html-content {
     padding: 5px;
  }
  
  section.popup {
    padding: 30px;
  }
  
  section.popup p {
    line-height:22px;
    padding-bottom: 11px;
  }
  
  section.popup h3 {
    text-align: center;
  }
  
  section.popup h4 {
    padding: 6px 0px;
  }
  
  .closebutton {
    background: rgba(0, 0, 0, 0) url("/images/highslide/images/close.png") repeat scroll 0 0 !important;
    left: 15px !important;
    top: -15px !important;
  }
  
  .highslide-dimming {
    background-color: #0b0b0b !important;
  }
  
  .misc .highslide-header .highslide-move, .highslide-header .highslide-close {
    display: none;
  }
  
  .misc .highslide-header {
    display: none;
  }
  
  .misc .highslide-wrapper, .highslide-outline {
    background:none;
  }
  
  .misc .highslide-html-content {
    padding: 0px;
  }
  
  .highslide-active-anchor img {
    visibility:visible;
  }