.rating {
	cursor: pointer;
	margin: 0;
	clear: both;
	display: block;
	position: absolute;
	line-height:0; font-size:0;
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
.cancel,
.star {
	float: left;
	width: 18px;
	height: 16px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.cancel,
.cancel a {background: url(delete.gif) no-repeat 0 -16px;}

.star,
.star a {background: url(i_gstar_small.gif) no-repeat 0 0px;}
	
.cancel a,
.star a {
	display: block;
	width: 16px;
	height: 16px;
	background-position: 0 0px;
}

div.rating div.on a {
	background: url(i_rstar_small.gif) no-repeat 0 0px;
}
div.rating div.hover a,
div.rating div a:hover {
	background: url(i_r0star_small.gif) no-repeat 0 0px;
}


.cancel {display: none}
