.jquery-throbber, .jquery-throbber-overlay {
  position: absolute;
  z-index: 99;
  background-color: transparent;
}

.jquery-throbber-overlay {
  z-index: 98;
  left: 0;
  top: 0;
}

.jquery-throbber.throbber-image-type-circle {
  background-image: url(../images/circle.gif);
}

.jquery-throbber.throbber-image-type-horizontal {
  background-image: url(../images/horizontal.gif);
}

.jquery-throbber.throbber-type-inline {
  margin-left: 10px;
}
