.star {
  padding: 0;
  display: inline-block;
  background: url("/images/star-review.png") no-repeat;
  width: 25px;
  height: 25px;
}

.star_hover {
  padding: 0;
  display: inline-block;
  background: url("/imsges/star-review.png") no-repeat;
  background-position: 0 -25px;
  width: 25px;
  height: 25px;
}


.star-ratings-sprite {
  background: url("/images/star.png") repeat-x;
  font-size: 0;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;

}

.star-ratings-sprite-rating {
  background: url("/images/star.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 21px;
  display:block;
}

.star-ratings-votes {
  font-size: 1.4rem;
  color: #fff;
  margin-left:5px !important;
  margin-top:0px;
  float:left;"
}
