.star-rating{
	p2osition:relative;
	width:200px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background: url("../images/star.gif") left top repeat-x;
}
.current-rating {
	posit2ion:absolute;
	top:0;
	left:0;
	z-index:1;
	width: auto;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
	background: url("../images/star.gif") left center repeat-x;
}
