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

.rating .star,
.rating .star a {background: url(/styles/images/star.gif) no-repeat 0 0px;}
	
.rating .cancel a,
.rating .star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
	border: none;
	margin: 0px;
}

/*div.rating div.on a {
	background-position: 0 -16px;
	border: none;	
}*/

/*,
div.rating div a:hover*/
div.rating div.hover a
 {
	background-position: 0 -32px;
	border: none;
	margin-left: 0px;
}

div.rating div.on a 
{
   background-position: 0 -16px;
	border: none;
	margin-left: 0px;
}

