/* styles for the BIG star rater */
.star-rating {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 150px;
  height: 30px;
  position: relative;
  background: url( /images/star_rating.gif ) top left repeat-x;
}

.star-rating li {
  padding: 0;
  margin: 0; /*\*/
  float: left; /* */
}

.star-rating li a {
  display: block;
  width: 30px;
  height: 30px;
  text-decoration: none;
  text-indent: -9000px;
  z-index: 20;
  position: absolute;
  padding: 0;
}

.star-rating li a:hover {
  background: url( /images/star_rating.gif ) left center;
  z-index: 2;
  left: 0;
  border: none;
}

.star-rating li.current-rating {
  background: url( /images/star_rating.gif ) left bottom;
  position: absolute;
  height: 30px;
  display: block;
  text-indent: -9000px;
  z-index: 1;
}




/* styles for the SMALL star rater */
.small-star-rating {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 125px;
  height: 25px;
  position: relative;
  background: url( /images/small_star_rating.gif ) top left repeat-x;
}

.small-star-rating li {
  padding: 0;
  margin: 0; /*\*/
  float: left; /* */
}

.small-star-rating li a {
  display: block;
  width: 25px;
  height: 25px;
  text-decoration: none;
  text-indent: -9000px;
  z-index: 20;
  position: absolute;
  padding: 0;
}

.small-star-rating li a:hover {
  background: url( /images/small_star_rating.gif ) left center;
  z-index: 2;
  left: 0;
  border: none;
}

.small-star-rating li.current-rating {
  background: url( /images/small_star_rating.gif ) left bottom;
  position: absolute;
  height: 25px;
  display: block;
  text-indent: -9000px;
  z-index: 1;
}