
.star_rating, .star_rating span {
	background: url(../../../images/stars.png) repeat-x;
	display: inline-block;
	height: 16px;
	overflow: hidden;
}

.star_vote_1 { width: 16px; }
.star_vote_2 { width: 32px; }
.star_vote_3 { width: 48px; }
.star_vote_4 { width: 64px; }
.star_vote_5 { width: 80px; }
		