.rating,
.rating a:hover,
.rating a:active,
.rating a:focus,
.rating .rate-current{
	background: url(smallstar.gif) left -1000px repeat-x;
}
.rating{
	position:relative;
	width:80px;
	height:16px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.rating li{
	display: inline;
}
.rating a, 
.rating .rate-current{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:16px;
	line-height:16px;
	outline:none;
	overflow:hidden;
	border: none;
}
.rating a:hover{
	background-position: left center;
}
.rating a:active,
.rating a:focus{
	background-position: left bottom;
}
.rating a.rate-one{
	width:20%;
	z-index:6;
}
.rating a.rate-two{
	width:40%;
	z-index:5;
}
.rating a.rate-three{
	width:60%;
	z-index:4;
}
.rating a.rate-four{
	width:80%;
	z-index:3;
}
.rating a.rate-five{
	width:100%;
	z-index:2;
}
.rating .rate-current{
	z-index:1;
	background-position: left bottom;
}
