#jquery-fullsizable {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 999;
  background: rgba(0, 0, 0, 0.9) url("../../images/loading.gif") center center;
  background-size: 60px 60px;
  background-repeat: no-repeat;
}
/*
#jquery-fullsizable.fullsized_spinner {
  background-image: "../../images/loading.gif";
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
*/

#jquery-fullsizable #fullsized_image_holder img {
  display: block;
  margin: 0 auto;
}
