.jquery-ratings-star  {
  width: 20px;
  height: 20px;
  background-image: url('/img/rating/empty-star.png');
  background-repeat: no-repeat;
  position: relative;
  float: left;
}
.jquery-ratings-full {
  background-image: url('/img/rating/full-star.png');
  cursor:pointer;
}
.jquery-ratings-full-no-action {
  background-image: url('/img/rating/full-star.png');
}
#rating_container_text{
color:#FFA500;
float:left;
font-weight:bold;
}