div.star-active
{
	cursor: pointer;
}

div.star-empty
{
	background-image: url(images/star-empty.svg);
	width:20px;
	height:20px;
	overflow:hidden;
}

div.star-voted
{
	background-image: url(images/star-voted.svg);
	width:20px;
	height:20px;
	overflow:hidden;
}

div.star-over
{
	background-image: url(images/star-over.svg);
	width:20px;
	height:20px;
	overflow:hidden;
}
div.rating__star-inner {display: inherit;}