
/* Static View-only Star Version */
.fivestar-reviews_stars_big div.fivestar-widget-static .star,
.fivestar-reviews-stars-big div.fivestar-widget .star {
  background-image: url(../reviews_stars/stars-big.png);
  background-size: 30px 90px;
  width: 30px;
  height: 30px;
}

.fivestar-reviews_stars_big div.fivestar-widget-static .star span.off,
.fivestar-reviews_stars_big div.fivestar-widget .star,
.fivestar-reviews_stars_big div.fivestar-widget .star a {
  background-image: url(../reviews_stars/stars-big.png);
  background-size: 30px 90px;
}

.fivestar-reviews_stars_big div.fivestar-widget-static .star span.on {
  background-image: url(../reviews_stars/stars-big.png);
  background-position: 0 -60px;
  background-size: 30px 90px;
}

/* Javascript Star Version */

.fivestar-reviews-stars-big div.fivestar-widget .star a {
  background-image: url(../reviews_stars/stars-big.png);
  background-size: 30px 90px;
}

.fivestar-reviews-stars-big div.fivestar-widget div.hover a {
  background-image: url(../reviews_stars/stars-big.png);
  background-position: 0 -30px;
  background-size: 30px 90px;
}

.fivestar-reviews-stars-big div.fivestar-widget .star.on a {
  background-image: url(../reviews_stars/stars-big.png);
  background-position: 0 -60px;
  background-size: 30px 90px;
}

.fivestar-reviews-stars-big div.fivestar-widget .cancel a {
  background-image: url(../reviews_stars/cancel.png);
  background-size: 30px 90px;
}
