.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: 21px;
	height: 20px;
	display: block;
	position: relative;
	background: url(../../images/main/crystal-stars.png) no-repeat 0 0;
}
.ui-stars-star a {
	background-position: 0 0;
}
.ui-stars-star-on a {
	background-position: 0 -40px;
}
.ui-stars-star-hover a {
	background-position: 0 -20px;
}
.ui-stars-cancel-hover a {
	background-position: 0 -20px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
	cursor: default !important;
}

.loader {display: none;padding-left: 20px;background: url(../../images/main/loadersmal.gif) no-repeat center left;font-size:12px;color:#359ED7;vertical-align:top;}