/* STAR RATING */
	.star-rating{
		list-style:none;
		margin-left:5px!important;
		padding:0px;
		width: 65px;
		height: 12px;
		position: relative;
		background: url(alt_star.png) top left repeat-x;		
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:13px;
		height: 12px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating li a:hover{
		background: url(alt_star.png) left bottom;
		z-index: 2;
		left: 0px;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:13px;
	}
	.star-rating a.two-stars{
		left:13px;
	}
	.star-rating a.two-stars:hover{
		width: 26px;
	}
	.star-rating a.three-stars{
		left: 26px;
	}
	.star-rating a.three-stars:hover{
		width: 39px;
	}
	.star-rating a.four-stars{
		left: 39px;
	}	
	.star-rating a.four-stars:hover{
		width: 52px;
	}
	.star-rating a.five-stars{
		left: 52px;
	}
	.star-rating a.five-stars:hover{
		width: 65px;
	}
	.star-rating li.current-rating{
		background: url(alt_star.png) left center;
		position: absolute;
		height: 12px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}

	.star-rating_thumb{
		list-style:none;
		margin-left:5px!important;
		padding:0px;
		width: 65px;
		height: 12px;
		position: relative;
		background: url(alt_star.png) top left repeat-x;		
	}
	.star-rating_thumb li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating_thumb li.current-rating_thumb{
		background: url(alt_star.png) left center;
		position: absolute;
		height: 12px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}
	.star-rating_thumb li a{
		display:block;
		width:13px;
		height: 12px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}

