
.rating {
	color: #757575;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	width: 95px;
	height: 18x;
	float: left;
}
.set-rating {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 95px;
	height: 18px;
	position: relative;
	background-image: url(rating.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.set-rating li {
	text-indent: -90000px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.set-rating li a {
	display: block;
	width: 17px;
	height: 18px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 17;
	position: absolute;
	padding: 0px;
}
.set-rating li a:hover {
	background-image: url(rating.gif);
	background-position: left center;
	z-index: 2;
	left: 0px;
}
.set-rating a.r1 { left: 0px; }
.set-rating a.r1:hover { width: 19px; }
.set-rating a.r2 { left: 19px; }
.set-rating a.r2:hover { width: 36px; }
.set-rating a.r3 { left: 36px; }
.set-rating a.r3:hover { width: 57px; }
.set-rating a.r4 { left: 57px; }	
.set-rating a.r4:hover { width: 76px; }
.set-rating a.r5 { left: 76px; }
.set-rating a.r5:hover { width: 95px; }
.set-rating li.crating {
	background-image: url(rating.gif);
	background-position:left bottom;
	position: absolute;
	height: 18px;
	display: block;
	text-indent: -9000px;
	z-index: 1;

}


