
.ui-stars-star,
.ui-stars-cancel {
	float: left;
	width: 32px;
	height: 32px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	overflow: hidden;
}
.ui-stars-star a,
.ui-stars-cancel a {
	display: block;
	width: 32px;
	height: 100%;
	background: url(http://static.juegosvestir-dtr.com/ima/votaciones.png) no-repeat 0 0px;
}
.ui-stars-star a {
	background-position: -64px 0px;
}
.ui-stars-star-on a {
	background-position: -96px 0px;
}
.ui-stars-star-hover a {
	background-position: -128px 0px;
}
.ui-stars-cancel-hover a {
	background-position: -32px 0px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
	cursor: default;
}

