Star Rating
/* star rating */
.star_rating, .star_rating span{ background:url(../images/stars_small.png) no-repeat; height:15px; width:71px; display:inline-block;}
.star_rating span{ background-position: left bottom;}
.star_rating .half{ width:8px;}
.star_rating .one{ width:15px;}
.star_rating .one_half{ width:22px;}
.star_rating .two{ width:29px;}
.star_rating .two_half{ width:36px;}
.star_rating .three{ width:42px;}
.star_rating .three_half{ width:49px;}
.star_rating .four{ width:56px;}
.star_rating .four_half{ width:63px;}
.star_rating .five{ width:71px;}