.rating {
	cursor: pointer;
	margin: 0px;
	clear: both;
	display: block;
}

.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}

.cancel,
.star, .star2 {
	float: left;
	width: 34px;
	height: 32px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}

.cancel,
.cancel a {background: url(/img/rating/delete.gif) no-repeat 0 -32px;}

.star, .star2,
.star a, .star2 a {background: url(/img/rating/star.gif) no-repeat 0 0px;}

.cancel a,
.star a, .star2 a{
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}


div.rating div.on a {
	background-position: 0 -32px;
}

div.rating div.hover a,
div.rating div a:hover {
	background-position: 0 -64px;
}

.star2 a:hover{
	background-position: 0 0px !important;
}
.star2.on a:hover{
	background-position: 0 -32px !important;
}
