.angular-ratings {
    overflow: hidden;
    *zoom: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}

.angular-ratings li {
    float: left;
    width: 14px;
    height: 14px;
    border: 0;
    margin: 0;
    text-indent: -500000em;
    background: url("/static/images/index/star_grey.png") no-repeat;
    background-size: 100%;
}

.angular-ratings li.over {
    background: url("/static/images/index/star.png") no-repeat;
    cursor: pointer;
}

.angular-ratings li.active {
    background: url("/static/images/index/star.png") no-repeat;
}
