div.star-active
{
	cursor: pointer;
}

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

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

div.star-over
{
	background-image: url(over0000.gif);
	width:20px;
	height:20px;
	overflow:hidden;
}
