#REVIEWS .loadingContainer {
  position: absolute;
  left: 0;
  width: 100%;
}
#REVIEWS .loadingWhiteBox {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f3f0;
  filter: alpha(opacity=70);
  opacity: 0.7
}
#REVIEWS .loadingBox {
  z-index: 2;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -61px;
  width: 100px;
  padding: 11px;
  background-color: #fff;
  box-shadow: 0 0 5px 2px #ccc;
  border: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
}
#REVIEWS .loadingBoxImg {
  display: inline-block;
  width: 36px;
  height: 7px;
  margin-top: 4px;
  background: url('/img2/generic/site/loading_anim_gry_sml.gif');
}