.jquery-ratings-star {
  width: 13px;
  height: 11px;
  background-image: url('../images/star_empty_small.png');
  background-repeat: no-repeat;
  position: relative;
  float: right;
  margin-right: 2px;
}

.jquery-ratings-full {
  background-image: url('../images/star_full_small.png');
}
