.iblock-vote3 div.star-active
{
	cursor: pointer;
}

.iblock-vote3 div.star-empty
{
	background-image: url(images/empty.png);
	width:12px;
	height:12px;
	overflow:hidden;
}

.iblock-vote3 div.star-voted
{
	background-image: url(images/voted.png);
	width:12px;
	height:12px;
	overflow:hidden;
}

.iblock-vote3 div.star-over
{
	background-image: url(images/over.png);
	width:12px;
	height:12px;
	overflow:hidden;
}
.iblock-vote3{
	text-align:center;
}
.iblock-vote3 table{
	margin:0 auto;
}
