.starRow {
	width: 125px;
	height: 18px;
}

.oneStarEmpty,
.oneStarFill,
.oneStarHalf,
.oneStarHighlight
{
	width: 15px;
	height: 18px;
	float: left;
	cursor: pointer;
	cursor: hand;
}

.oneStarEmpty {
	background: url(/images/star/star_off.jpg) no-repeat;
}

.oneStarFill {
	background: url(/images/star/star_on.jpg) no-repeat;
}

.oneStarHalf {
	background: url(/images/star/star_half.jpg) no-repeat;
}
.oneStarHighlight {
	background: url(/images/star/star_over.jpg) no-repeat;
}
