.ui-stars-star {
	text-indent: -999em; overflow: hidden; float: left; display: block; cursor: pointer;
}
.ui-stars-cancel {
	text-indent: -999em; overflow: hidden; float: left; display: block; cursor: pointer;
}
.ui-stars-star a {
	background: url("../images/jquery.ui.stars.png") no-repeat 0px 0px; width: 12px; height: 15px; display: block;
}
.ui-stars-cancel a {
	background: url("../images/jquery.ui.stars.png") no-repeat 0px 0px; width: 12px; height: 15px; display: block;
}
.ui-stars-star a {
	background-position: 0px -32px;
}
.ui-stars-star-on a {
	background-position: 0px -48px;
}
.ui-stars-star-hover a {
	background-position: 0px -64px;
}
.ui-stars-cancel-hover a {
	background-position: 0px -16px;
}
.ui-stars-star-disabled {
	cursor: default !important;
}
.ui-stars-star-disabled a {
	cursor: default !important;
}
.ui-stars-cancel-disabled a {
	cursor: default !important;
}
