#jquery-fullsizable {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999;
}
#jquery-fullsizable.fullsized_spinner {
  background-image: url(/sites/all/themes/custom/mavic_bootstrap_theme/images/loading.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#jquery-fullsizable #fullsized_image_holder img {
  display: block;
  margin: 0 auto;
}

#fullsized_close{
  position: absolute;
  display: block;
  width: 120px;
  height: 60px;
  background: white url(/sites/all/themes/custom/mavic_bootstrap_theme/images/closeFullscreen.png) no-repeat top right;
}

#fullsized_close {
  top: 32px;
  right: 32px;
}
