.ratings-star {
	width: 22px;
	height: 24px;
	background: url('star.png') no-repeat left bottom;
	position: relative;
	float: left;
	cursor: pointer;
}

.ratings-full {
	background-position: left 2px;
}