div.star-active
{
	cursor: pointer;
}

div.star-empty
{
	background-image: url(/images/OM-no_active.png);
	width:25px;
	height:22px;
	overflow:hidden;
}

div.star-voted
{
	background-image: url(/images/OM-blue.png);
	width:25px;
	height:22px;
	overflow:hidden;
}

div.star-over
{
	background-image: url(/images/OM.png);
	width:25px;
	height:22px;
	overflow:hidden;
}
