.lerating-votes {
	font-size: 90%;
}



.lerating-star {
	width: 22px;
	height: 16px;
	display: inline-block;
}

.lerating-star:last-child {
	width: 17px;
}



.lerating-star-empty {
	background: url("../images/star_empty.png") no-repeat;
}

.lerating-star-half {
	background: url("../images/star_half.png") no-repeat;
}

.lerating-star-full {
	background: url("../images/star_full.png") no-repeat;
}



.lerating-star-hovered-empty {
	background: url("../images/star_empty.png") no-repeat;
	cursor: pointer;
}

.lerating-star-hovered-full {
	background: url("../images/star_full.png") no-repeat;
	cursor: pointer;
}