	/*             styles for the star rater                */	
	.star-rating{
	float:left;
	list-style:none;
	margin: 3px 0 0 0;
	line-height:16px;
	padding:0px;
	width: 76px;
	height: 15px;
	position: relative;
	background: url(../images/stars_rating.gif) top left repeat-x;
	overflow:hidden;
}
	.star-rating ul li{
		padding:0px;
		margin:0px;
	}
	.star-rating li a{
		left:0px;
		top:0px;
		display:block;
		width:16px;
		height: 15px;
		text-decoration: none;
		z-index: 20;
		position: absolute;
		padding: 0px;
		overflow:hidden;
	}
	.star-rating li a:hover{
		background: url(../images/stars_rating.gif) left center;
		z-index: 2;
		left: 0px;
		border:none;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:16px;
	}
	.star-rating a.two-stars{
		left:16px;
	}
	.star-rating a.two-stars:hover{
		width: 32px;
	}
	.star-rating a.three-stars{
		left: 32px;
	}
	.star-rating a.three-stars:hover{
		width: 48px;
	}
	.star-rating a.four-stars{
		left: 48px;
	}	
	.star-rating a.four-stars:hover{
		width: 64px;
	}
	.star-rating a.five-stars{
		left: 64px;
	}
	.star-rating a.five-stars:hover{
		width: 80px;
	}
	.star-rating li.current-rating{
		background: url(../images/stars_rating.gif) left bottom;
		position:relative;
		height: 15px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
}