/* Static View-only Star Version */
.fivestar-autosztunk div.fivestar-widget-static .star {
  width: 14px;
  height: 14px;
  background: url(star.png) no-repeat 0 0px;
  float: left;
  overflow: hidden;
  text-indent: -999em;
}

.fivestar-autosztunk div.fivestar-widget-static .star span.on {
  background: url(star.png) no-repeat 0 -28px;
}

.fivestar-autosztunk div.fivestar-widget-static .star span.off {
  display: block;
  width: 100%;
  height: 100%;
  background: url(star.png) no-repeat 0 0px;
}

/* Javascript Star Version */
.fivestar-autosztunk div.fivestar-widget .cancel,
.fivestar-autosztunk div.fivestar-widget .star {
  width: 14px;
  height: 14px;
}
.fivestar-autosztunk div.fivestar-widget .cancel,
.fivestar-autosztunk div.fivestar-widget .cancel a {
  background: url(cancel.png) no-repeat 0 0;
}

.fivestar-autosztunk div.fivestar-widget .star,
.fivestar-autosztunk div.fivestar-widget .star a {
  background: url(star.png) no-repeat 0 0px;
}

.fivestar-autosztunk div.fivestar-widget div.on a {
  background-position: 0 -14px;
}
.fivestar-autosztunk div.fivestar-widget div.hover a,
.fivestar-autosztunkdiv.rating div a:hover {
  background-position: 0 -28px;
}