.rating {
	cursor: pointer;
	/*clear: both;*/
	float:left;
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
.cancel,
.star {
	float: left;
	width: 20px;
	height: 20px;
display:inline;
	margin-left:2px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.cancel,
.cancel a {background: url(../images/delete.gif) no-repeat 0 -20px;}

.star,
.star a {background: url(../images/star.png) no-repeat 0 0px;}
	
.cancel a,
.star a {
	width:20px;
	height:20px;
	float:left;
	background-position: 0 0px;
}

div.rating div.on a {
	background-position: 0 -20px;
}
div.rating div.hover a,
div.rating div a:hover {
	background-position: 0 -40px;
}


