.angular-ratings { overflow: hidden; *zoom: 1; list-style: none; padding: 0; margin: 0; }
.angular-ratings li { float: left; width: 30px; height: 30px; text-indent: -500000em; background: url("../img/staricon_c.png") no-repeat; background-size: 100%; }
.angular-ratings li.over {float: left; width: 30px; height: 30px; text-indent: -500000em; background: url("../img/staricon_y.png") no-repeat; background-size: 100%; }
.angular-ratings li.active { float: left; width: 30px; height: 30px; text-indent: -500000em; background: url("../img/staricon_y.png") no-repeat; background-size: 100%; }
