div.j-rating-readonly div:hover,div.j-rating-readonly:hover {
    cursor: default !important;
}
div.j-rating-readonly div a:hover {
	background-position: inherit !important;
    cursor: default !important;
}
div.j-rating-readonly div.j-on a:hover {
	background-position: 0 -16px !important;
    cursor: default !important;
}

.j-rating {
	cursor: pointer;
	display: block;
}
.j-rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
.j-cancel,
.j-star {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.j-cancel,
.j-cancel a {background: url(delete.gif) no-repeat 0 -16px;}

.j-star,
.j-star a {background: url(star.gif) no-repeat 0 0px;}

.j-cancel a,
.j-star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}

div.j-rating div.j-on a {
	background-position: 0 -16px;
}
div.j-rating div.j-hover a,
div.j-rating div a:hover {
	background-position: 0 -32px;
}