.starRating {
	cursor: pointer;
}

.cancel,
.star {
	float: left;
	width: 21px;
	height: 21px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}

.cancel,
.cancel a {background:url(../img/ratings/delete.gif) no-repeat 0 -16px; display: none;}

.star,
.star a {background: url(../img/ratings/star.png) no-repeat 0 0px;}
	
.cancel a,
.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}

div.starRating div.on a {
	background-position: 0 -21px;
}

div.star_hover a, div.star_on a {
	background-position: 0 -21px !important;
}



