/* Static View-only Star Version */
.fivestar-aderma div.fivestar-widget-static .star {
  width: 11px;
  height: 11px;
  margin: 0 4.75px 0 0;
  background: url(aderma.png) no-repeat 0 -19px !important;
}
.fivestar-aderma div.fivestar-widget-static .star:last-of-type {
  margin-right: 0;
}

.fivestar-aderma div.fivestar-widget-static .star span.on {
  width: 11px;
  height: 11px;
  background: url(aderma.png) no-repeat 0 0 !important;
}

.fivestar-aderma div.fivestar-widget-static .star span.off {
  background: url(aderma.png) no-repeat 0 -19px !important;
}

 /*Javascript Star Version */
.fivestar-aderma div.fivestar-widget .cancel,
.fivestar-aderma div.fivestar-widget .star {
  width: 11px;
  height: 11px;
  margin: 0 4.75px 0 0;
}
.fivestar-aderma div.fivestar-widget .cancel:last-of-type,
.fivestar-aderma div.fivestar-widget .star:last-of-type {
  margin-right: 0;
}
.fivestar-aderma div.fivestar-widget .cancel,
.fivestar-aderma div.fivestar-widget .cancel a {
  background: url(aderma.png) no-repeat 0 -19px !important;
}

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

.fivestar-aderma div.fivestar-widget div.on a {
  background-position: 0 0;
}
.fivestar-aderma div.fivestar-widget div.hover a,
.fivestar-aderma div.rating div a:hover {
  background-position: 0 0;
}
