/*New Filter */
.asiFilterIframe {
  position: absolute;
  height: 100%;
  filter: alpha(Opacity: 0);
  -moz-opacity:0;
  opacity:0;
}
.asiFilterDiv{
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../../components/img/filter.gif);
}
.asiWaitFilter{
  height: 120px;
  width: 300px;
  margin-top: 200px;
}