.jquery-ratings-star {
  width: 22px;
  height: 22px;
  background-image: url('empty-star.png');
  background-repeat: no-repeat;
  position: relative;
  float: left;
  margin-right: 2px;
}
.jquery-ratings-star:hover{
	cursor: pointer;
}

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