.jquery-ratings-star {
  width: 19px;
  height: 18px;
  background-image: url('../images/empty-star.png');
  background-repeat: no-repeat;
  position: relative;
  float: left;
  margin-right: 1px;
}

.jquery-ratings-full {
  background-image: url('../images/full-star.png');
}

.jquery-rated-star {
  width: 19px;
  height: 18px;
  background-image: url('../images/full-star.png');
  background-repeat: no-repeat;
  position: relative;
  float: left;
  margin-right: 1px
}