/*!
 * jQuery UI Stars v2.0.0
 *
 * Copyright (c) 2009 Orkan (orkans@gmail.com)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * $Rev: 50 $
 * $Date:: 2009-05-05 #$
 * $Build: 3 (2009-05-05)
 *
 */
.ui-stars-star,
.ui-stars-cancel {
	float: left;
	width: 17px;
	height: 15px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	overflow: hidden;
}
.ui-stars-star a,
.ui-stars-cancel a {
	display: block;
	width: 16px;
	height: 100%;
	background: url(imagenes/ui.stars.gif) no-repeat 0 0px;
}
.ui-stars-star a {
	background-position: -32px 0px;
}
.ui-stars-star-on a {
	background-position: -48px 0px;
}
.ui-stars-star-hover a {
	background-position: -64px 0px;
}
.ui-stars-cancel-hover a {
	background-position: -16px 0px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
	cursor: default !important;
}
