/* Stars */
.ui-stars-cancel,
.ui-stars-star {
	float:left;
	width:16px;
	height:16px;
	text-indent:-999em;
	cursor:pointer;
	display:block;
	background:transparent;
	overflow:hidden
}
.ui-stars-cancel,
.ui-stars-cancel a {
	background:url(../img/delete.gif) no-repeat 0 -16px
}
.ui-stars-star,
.ui-stars-star a {
	background:url(../img/star.gif) no-repeat 0 0px
}
.ui-stars-cancel a,
.ui-stars-star a {
	display:block;
	width:16px;
	height:100%;
	background-position:0 0px
}
.ui-stars-star-on a {
	background-position:0 -16px!important
}
.ui-stars-star-hover a {
	background-position:0 -32px
}
.ui-stars-cancel-hover a {
	background-position:0 -16px
}
.ui-stars-cancel-disabled a,
.ui-stars-star-disabled,
.ui-stars-star-disabled a {
	cursor:default !important
}
.ui-stars-star {
	background:transparent!important;
	overflow:hidden!important
}
/*
Aggiungo per avere la media sui due div overlappati, altrimenti è intera.
In questo modo possiamo avere le stelline con le frazioni
*/
.stars-off, .stars-on {
	position: relative;
	height:16px;
	background:url(../img/fake_star.gif) repeat-x 0 0px;
}
.stars-on {
	position: absolute;
	height:16px;
	background-position: 0 -16px!important;
}
/*div contenti le stelline*/
#rate_sel {
  width: 220px;
  height: 60px;
  float:right;
  position: relative;
}
#rate_avg {
  width: 180px;
  height: 60px;
  float:left;
  position: relative;
}

/* Stars compressed
.ui-stars-cancel,.ui-stars-star {float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
.ui-stars-cancel,.ui-stars-cancel a {background:url(../img/delete.gif) no-repeat 0 -16px}
.ui-stars-star,.ui-stars-star a {background:url(../img/star.gif) no-repeat 0 0px}
.ui-stars-cancel a,.ui-stars-star a {display:block;width:16px;height:100%;background-position:0 0px}
.ui-stars-star-on a {background-position:0 -16px!important}
.ui-stars-star-hover a {background-position:0 -32px}
.ui-stars-cancel-hover a {background-position:0 -16px}
.ui-stars-cancel-disabled a,.ui-stars-star-disabled,.ui-stars-star-disabled a {cursor:default !important}
.ui-stars-star {background:transparent!important;overflow:hidden!important}
*/

