.blahbox-processed {
  padding: 0;
  height: 477px;
  width: 586px;
}
.blahbox-next,
.blahbox-prev {
  display: block;
  top: 186px;
  font-size: 0px;
  text-indent: -9999px;
  outline: none;
  width: 30px;
  height: 52px;
  background-position: center center;
  background-repeat: no-repeat
}
.blahbox-next  {
  background-image: url(../images/button-image-right.png);
  right: 10px;
}
.blahbox-prev  {
  background-image: url(../images/button-image-left.png);
  left: 10px;
}
.blahbox-next-thumb,
.blahbox-prev-thumb {
  display: block;
  bottom: 14px;
  font-size: 0px;
  text-indent: -9999px;
  outline: none;
  width: 20px;
  height: 68px;
  background-position: center center;
  background-repeat: no-repeat
}

.blahbox-close {
  right: -23px;
  top: -9px;
  background-color: #ec008c;
  overflow: hidden;
  font-size: 14px;
  color: white;
  line-height: 21px;
  height: 30px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-weight: bold;
  text-decoration: none;
  padding: 0 17px 0 12px;
}
.blahbox-close:after {
  content: " x";
  font-size: 25px;
  left: 5px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.blahbox-first,
.blahbox-last {
  display: none !important;
}

#DOMWindow {
  /*
  height: 477px !important;
  width: 586px !important;
  */
  position: fixed !important;
  left: 50% !important;
  margin-left: -293px !important;
  top: 50% !important;
  margin-top: -239px !important;
}
.blahbox-processed hr {
  display: none;
}
