 /*
 *****************************************
 * AJAX and Dynamic Graphics
 *****************************************
 */
#loading_indicator {
  background-image: url(../images/skinnable/loading.gif);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 5em;
  width: 645px;
  height: 25px;
}
#premium_ads {
  margin: 1.8em 0px;
  height: 300px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  background-image: url(../images/skinnable/loading.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.premium_ad {
  margin: .25em .5em;
  border-bottom: 1px solid #ccc;
  padding: .5em 0;
}  