.rating
{
	display:inline-block;
	width:80px; height:15px;
	background:url(/img/ui/star-rating-sprite.png) no-repeat 0 0;
	vertical-align:middle;
}
.rating.star-5 					{ background-position:0 0;		}
.rating.star-4-half 			{ background-position:0 -15px;	}
.rating.star-4 					{ background-position:0 -30px;	}
.rating.star-3-half 			{ background-position:0 -45px;	}
.rating.star-3 					{ background-position:0 -60px;	}
.rating.star-2-half 			{ background-position:0 -75px;	}
.rating.star-2 					{ background-position:0 -90px;	}
.rating.star-1-half 			{ background-position:0 -105px;	}
.rating.star-1 					{ background-position:0 -120px;	}
.rating.star-half 				{ background-position:0 -135px;	}

.rating.modified.star-5, .rating.star-5:hover 				{ background-position:0 -150px;	}
.rating.modified.star-4-half, .rating.star-4-half:hover 	{ background-position:0 -165px;	}
.rating.modified.star-4, .rating.star-4:hover 				{ background-position:0 -180px;	}
.rating.modified.star-3-half, .rating.star-3-half:hover 	{ background-position:0 -195px;	}
.rating.modified.star-3, .rating.star-3:hover 				{ background-position:0 -210px;	}
.rating.modified.star-2-half, .rating.star-2-half:hover 	{ background-position:0 -225px;	}
.rating.modified.star-2, .rating.star-2:hover 				{ background-position:0 -240px;	}
.rating.modified.star-1-half, .rating.star-1-half:hover 	{ background-position:0 -255px;	}
.rating.modified.star-1, .rating.star-1:hover 				{ background-position:0 -270px;	}
.rating.modified.star-half, .rating.star-half:hover 		{ background-position:0 -285px;	}

.rating.locked.star-5 			{ background-position:0 0px;	}
.rating.locked.star-4-half 		{ background-position:0 -15px;	}
.rating.locked.star-4 			{ background-position:0 -30px;	}
.rating.locked.star-3-half 		{ background-position:0 -45px;	}
.rating.locked.star-3 			{ background-position:0 -60px;	}
.rating.locked.star-2-half 		{ background-position:0 -75px;	}
.rating.locked.star-2 			{ background-position:0 -90px;	}
.rating.locked.star-1-half 		{ background-position:0 -105px;	}
.rating.locked.star-1 			{ background-position:0 -120px;	}
.rating.locked.star-half 		{ background-position:0 -135px;	}

.rating.star-0 					{ background-position:0 -450px;	}
