.ui-stars-star,
.ui-stars-cancel {
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.ui-stars-star a,
.ui-stars-cancel a {
	width: 16px;
	height: 16px;
	display: block;
	background: url(rating-stars.png) no-repeat 0 0;
}
.ui-stars-star a {
	background-position: 0 -32px;
}
.ui-stars-star-on a {
	background-position: 0 -48px;
}
.ui-stars-star-hover a {
	background-position: 0 -60px;
}
.ui-stars-cancel-hover a {
	background-position: 0 -16px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
	cursor: default !important;
}



/* stars popup */
.stars-wrapper-big {
	float: left;
	padding: 20px 0 0 40px;
}

.stars-wrapper-big .ui-stars-star a,
.stars-wrapper-big .ui-stars-cancel a {
	width: 28px;
	height: 28px;
	display: block;
	background: url(rating-stars-big.png) no-repeat 0 0;
}
.stars-wrapper-big .ui-stars-star a {
	background-position: 0 -56px;
}
.stars-wrapper-big .ui-stars-star-on a {
	background-position: 0 -84px;
}
.stars-wrapper-big .ui-stars-star-hover a {
	background-position: 0 -112px;
}
.stars-wrapper-big .ui-stars-cancel-hover a {
	background-position: 0 -28px;
}


