#stars {
  position: static;
  width: 80px;
  height: 17px;
  }

.stars {
  position: relative;
  width: 80px;
  height: 17px;
  }

.starsvote {
  position: relative;
  width: 80px;
  height: 17px;
  background-image: url(stars/star_vote.gif);
  background-repeat: no-repeat;
  }

.svalue {
  float: left;
  width: 0px;
  height: 0px;
  }

.sfull {
  float: left;
  width: 16px;
  height: 17px;
  background-image: url(stars/star_full.gif);
  background-repeat: no-repeat;
  }

.spartial {
  float: left;
  width: 16px;
  height: 17px;
  background-image: url(stars/star_semi.gif);
  background-repeat: no-repeat;
  }

.sempty {
  float: left;
  width: 16px;
  height: 17px;
  background-image: url(stars/star_empty.gif);
  background-repeat: no-repeat;
  }

.snone {
  float: left;
  width: 16px;
  height: 17px;
  }

.shover {
  float: left;
  width: 16px;
  height: 17px;
  background-image: url(stars/starsilveranim.gif);
  background-repeat: no-repeat;
  }

.sloading {
  float: left;
  width: 16px;
  height: 17px;
  background-image: url(stars/starsilvertogold.gif);
  background-repeat: no-repeat;
  }

