.vidRotator {
  width:160px;
  height:174px;
  position:relative;
  overflow:hidden;
  display:block;
}

a.vidRotator, a.vidRotator:link{
  text-decoration:none;
}

.vidRotator span.loading {
  display:block;
  position:absolute;
  top:7px;
  left:8px; 
  width:20px;
  height:20px;
  background-repeat:no-repeat;
  background-image:url(http://static.videarn.com/sitemages/loader.gif);
  z-index:1;
}

.vidRotator div,.vidSprite {
  position:absolute;
  top:3px;
  left:3px; 
  width:160px;
  height:120px;
  background-repeat:no-repeat;
  z-index:2;
}

.vidRotator img {
  border:none;
}

