div.view div.ajax-progress {
  background: rgba(0,0,0,0.6);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}

div.view div.throbber {
  background: url("http://acquia-drupal-7-35-42-6236.dd:8083/sites/all/modules/views_sexy_throbber/images/broken-wing.gif") no-repeat scroll 50% 50%;
  background-color: rgb(0,0,0);
  border-radius: 16px;
  height: 32px;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  padding: 10px;
  position: fixed;
  top: 50%;
  width: 32px;
  z-index: 9999;
}
