.rating_star_empty {
    background: url(/img/star-empty.png) no-repeat;
    width: 16px;
    height: 16px;
}
.rating_star_full {
    background: url(/img/star-full.png) no-repeat;
    width: 16px;
    height: 16px;
}


