.star, .star a:hover, .star a:active, .star a:focus, .star .current-rating {
	background: url(../images/star.jpg) left -1000px repeat-x;
}
.star {
	position:relative;
	width:180px;
	height:18px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	display:block;
	background-position: 0px -27px;
}
.star li {
	display: inline;
}
.star a, .star .current-rating {
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:18px;
	line-height:18px;
	outline:none;
	overflow:hidden;
	border: none;
	z-index:1;
	background-position: 0px -6px;
}
.star a:hover, .star a:active, .star a:focus {
	background-position: 0px -6px;
}
.star a.one-star {
	width:10%;
	z-index:11;
}
.star a.two-stars {
	width:20%;
	z-index:10;
}
.star a.three-stars {
	width:30%;
	z-index:9;
}
.star a.four-stars {
	width:40%;
	z-index:8;
}
.star a.five-stars {
	width:50%;
	z-index:7;
}
.star a.six-stars {
	width:60%;
	z-index:6;
}
.star a.seven-stars {
	width:70%;
	z-index:5;
}
.star a.eight-stars {
	width:80%;
	z-index:4;
}
.star a.nine-stars {
	width:90%;
	z-index:3;
}
.star a.ten-stars {
	width:100%;
	z-index:2;
}