/* Static View-only Star Version */ .fivestar-basic div.fivestar-widget-static .star { background-image: url(star.png); } .fivestar-basic div.fivestar-widget-static .star span.on { background-image: url(star.png); } .fivestar-basic div.fivestar-widget-static .star span.off { background-image: url(star.png); } /* Javascript Star Version */ .fivestar-basic div.fivestar-widget .cancel, .fivestar-basic div.fivestar-widget .cancel a { background-image: url(cancel.png); } .fivestar-basic div.fivestar-widget .star, .fivestar-basic div.fivestar-widget .star a { background-image: url(star.png); } .fivestar-basic div.fivestar-widget div.hover a, .fivestar-basic div.rating div a:hover { background-image: url(star.png); }