
div#rating a {
	float:left;
	z-index: 255;
	width: 20px;
	height: 20px;
	background: url("/images/RatingStarBackground.png") no-repeat;
	cursor: pointer;
}

div#rating a:hover {
	border: none;
}

div#rating a.hover {
	background: url("/images/RatingStarBackgroundOver.png") no-repeat;
}

div#rating a.on {
	background: url("/images/RatingStar.png") no-repeat;
}

div#rating a.on.hover {
	background: url("/images/RatingStarOver.png") no-repeat;
}
