a.star {
	background-image: url('../images/star-off.jpg');
	display: block;
	width: 17px;
	height: 17px;
	text-indent: -4999em;
	float: left;
	outline: none;
	background-repeat: no-repeat;
}

a.star:hover, a.star.active {
	background-image: url('../images/star-select.jpg');
}

a.star.star0 {
	background-image: url('../images/cancel_icon.png');
}

div.cv-rating p.hovering a.star, div.cv-rating p.hovering a.star.active {
	background-image: url('../images/star-off.jpg');
}

div.cv-rating p.hovering a.over {
	background-image: url('../images/star-select.jpg') !important;
}

div.cv-rating p.hovering a.star0 {
	background-image: url('../images/cancel_icon.png') !important; 
}