/*!
 * jQuery UI Stars v2.0.1
 *
 * Copyright (c) 2009 Orkan (orkans@gmail.com)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * $Rev: 74 $
 * $Date:: 2009-05-17 #$
 * $Build: 6 (2009-05-17)
 *
 */
.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: 14px;
	height: 12px;
	display: block;
	background: url(images/ui-stars.png) no-repeat 0 0;
}
.ui-stars-star a {
	background-position: -28px 0;
	/*
	background-position: -32px 0;
	*/
}
.ui-stars-star-on a {
	background-position: -42px 0;
	/*
	background-position: -48px 0;
	*/
}
.ui-stars-star-hover a {
	background-position: -56px 0;
	/*
	background-position: -64px 0;
	*/
}
.ui-stars-cancel-hover a {
	background-position: -14px 0;
/*
	background-position: -16px 0;
*/
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
	cursor: default !important;
}
