/* Static View-only Star Version*/
.fivestar-atari_fivestar div.fivestar-widget-static .star {
  width: 25px;
  height: 25px;
  background: url('atari_fivestar.png') no-repeat 0 0px;
}

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

.fivestar-atari_fivestar div.fivestar-widget-static .star span.off {
  background: url('atari_fivestar.png') no-repeat 0 0px;
}

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

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

.fivestar-atari_fivestar div.fivestar-widget div.on a {
  background-position: 0 -25px;
}
.fivestar-atari_fivestar div.fivestar-widget div.hover a,
.fivestar-atari_fivestardiv.rating div a:hover {
  background-position: 0 -50px;
}