 /*!
 * jQuery UI Stars v2.0.3
 * http://plugins.jquery.com/project/Star_Rating_widget
 *
 * Copyright (c) 2009 Orkan (orkans@gmail.com)
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * $Rev: 102 $
 * $Date:: 2009-06-07 #$
 * $Build: 23 (2009-06-07)
 *
 * Theme: Crystal
 *
 */
.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: 12px;
	height: 10px;
	display: block;
	position: relative;
	background: url(/images/crystal-stars.gif) no-repeat 0 0;
}
.ui-stars-star a {background-position: 50% 0;}
.ui-stars-star-on a {background-position: 50% -18px;}
.ui-stars-star-hover a {background-position: 50% -18px;}
.ui-stars-cancel-hover a {background-position: 50% -28px;}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
	cursor: default !important;
}

