/* style rows on mouseover */
.rating-selected {
	background: transparent url(../images/grid_stars/crown.png) repeat-x left center;
}
.rating-unselected {
	background: transparent url(../images/grid_stars/crown_fade.png) repeat-x left center;
}		
.rating-selected-star {
	background: transparent url(../images/grid_stars/star.png) repeat-x left center;
}
.rating-unselected-star {
	background: transparent url(../images/grid_stars/star_fade.png) repeat-x left center;
}