  .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;
  }
  
  .closebox {
    position: relative;
    height: 53px !important;
    width: 53px !important;
  }
  
  .closebutton {
    background: rgba(0, 0, 0, 0) url("/images/close.png") repeat scroll 0 0 !important;
    left: -13px !important;
    top: 9px !important;
    height: 53px !important;
    width: 53px !important;
    position: absolute;
  }
  
  .highslide-wrapper, 
  .highslide-outline,
  .highslide-html {
    background: none;  
  }
  
  /* Controls */
.controls a {
	display: block;
	height: 46px;
  width: 28px;
	outline: none;
	background-image: url("/images/control-arrow.png");
  background-repeat: no-repeat;
  transition:none;
  position: absolute;
}
.controls.next,
.controls.prev {
  margin: 20px !important;
}
.prev a {
	background-position: top left;
	left: -23px;
}
.next a {
	background-position: top right;
	right: -23px;
}

.highslide-html {
  height: auto !important;
}

.highslide-html + div {
  top: 0px !important;
}

.highslide-wrapper {
  height: auto !important;
}

.highslide-loading {
  /**** Add on styles *****/
  width: 100%;
  height: 325px;
  max-width: 490px;
  background: url(/images/BillsLogoLG2.png) no-repeat top center scroll transparent !important;
  background-size: contain !important;
  border: none;
  outline: none;
  transition: none !important;
}

.highslide-loading p {
  position: absolute;
  display: block;
  color: #D31B22;
  font-size: 36px;
  line-height: 46px;
  bottom:-50px;
  height: 46px !important;
  text-align: center;
  width: 100%;
  left: 0px;
  right: 0px;
  margin: auto;
  font-family: "klinic_slabbold";
  letter-spacing: 0.06em;
}

.no-controls .controls {
   display: none;
}