.afterRating {
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 100px;
	height: 20px;
	position: relative;
}
.star1 {	background: url(/gfx/star/star1.gif) top left no-repeat;	}
.star2 {	background: url(/gfx/star/star2.gif) top left no-repeat;	}
.star3 {	background: url(/gfx/star/star3.gif) top left no-repeat;	}
.star4 {	background: url(/gfx/star/star4.gif) top left no-repeat;	}
.star5 {	background: url(/gfx/star/star5.gif) top left no-repeat;	}
.star0_5 {	background: url(/gfx/star/star0.5.gif) top left no-repeat;	}
.star1_5 {	background: url(/gfx/star/star1.5.gif) top left no-repeat;	}
.star2_5 {	background: url(/gfx/star/star2.5.gif) top left no-repeat;	}
.star3_5 {	background: url(/gfx/star/star3.5.gif) top left no-repeat;	}
.star4_5 {	background: url(/gfx/star/star4.5.gif) top left no-repeat;	}

.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 100px;
	height: 20px;
	position: relative;
	background: url(/gfx/star/star_rating.gif) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li span{
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	background: url(/gfx/star/star_rating.gif) left bottom;
}

.star-rating li a:hover{
	background: url(/gfx/star/star_rating.gif) left bottom;
	z-index: 1;
	left: 0px;
}
.star-rating a.one-star:hover{
	width:20px;
}
.star-rating a.two-stars:hover{
	width: 40px;
}
.star-rating a.three-stars:hover{
	width: 60px;
}
.star-rating a.four-stars:hover{
	width: 80px;
}
.star-rating a.five-stars:hover{
	width: 100px;
}
.star-rating a.one-star, .star-rating span.off1{
	left: 0px;
}
.star-rating a.two-stars, .star-rating span.off2{
	left:20px;
}
.star-rating a.three-stars, .star-rating span.off3{
	left:40px;
}
.star-rating a.four-stars, .star-rating span.off4{
	left: 60px;
}	
.star-rating a.five-stars, .star-rating span.off5{
	left: 80px;
}

