div.star-active
{
	cursor: pointer;
}

div.star-empty
{

	width:50px;
	height:20px;
	overflow:hidden;
}

div.star-voted
{
	cursor: default;
	width:50px;
	height:20px;
	overflow:hidden;
}

div.star-over
{

	width:50px;
	height:20px;
	overflow:hidden;
}
