.rating {
    width: 150px;
    height: 30px;
    font-size: 0.9em;
}

.unit-rating {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 150px;
    height: 30px;
    position: relative;
}

.unit-rating li.current-rating {
    position: absolute;
    height: 30px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}

.ratings_stars {
    text-indent: -90000px;
    padding: 0;
    margin: 0;
    float: left;
    width: 30px;
    height: 30px;
    background: url('../images/grey-star.png') repeat-x;
}

.ratings_vote {
    background: url('../images/star.png') repeat-x;
}