
.ui-stars-star
 {
  float: left;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}
.ui-stars-star a {
  width: 32px;
  height: 25px;
  display: block;
  background: url(/ImgCdn/Common/jquery.ui.stars.png) no-repeat 0 0;
}
.ui-stars-star a {
  background-position: 0 -58px;
}
.ui-stars-star-on a {
  background-position: 0 -86px;
}
.ui-stars-star-hover a {
  background-position: 0 -114px;
}

.ui-stars-star-disabled,
.ui-stars-star-disabled a
{
  cursor: default !important;
}
