.afmajaxvote-star-rating,
.afmajaxvote-star-rating a:hover,
.afmajaxvote-star-rating .current-rating {background:url(../images/star.gif) left -1000px repeat-x; overflow:hidden;}
.afmajaxvote-star-rating  {
	position:relative;
	width:80px;
	height:16px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position:left top;
}
.afmajaxvote-star-rating li {display:inline;background-image:none;padding:0; overflow:hidden;}
.afmajaxvote-star-rating a, 
.afmajaxvote-star-rating .current-rating {
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:16px;
	line-height:16px;
	outline:none;
	overflow:hidden;
	border:none;
	cursor:pointer;
	z-index:1;
	background-position:left center;
	overflow:hidden;
}
.afmajaxvote-star-rating a:hover {background-position:left bottom;}
.afmajaxvote-star-rating a.one-star {width:20%;z-index:6; overflow:hidden;}
.afmajaxvote-star-rating a.two-stars {width:40%;z-index:5; overflow:hidden;}
.afmajaxvote-star-rating a.three-stars {width:60%;z-index:4; overflow:hidden;}
.afmajaxvote-star-rating a.four-stars {width:80%;z-index:3; overflow:hidden;}
.afmajaxvote-star-rating a.five-stars {width:100%;z-index:2; overflow:hidden;}
.afmajaxvote-star-rating .current-rating {z-index:1;background-position:left center; overflow:hidden;}
/* for an inline rater */
.afmajaxvote-inline-rating {
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align:middle;
	line-height:16px;
	overflow:hidden;
	outline:hidden;
}
.afmajaxvote-box {margin-left:5px;}
