/* STAR RATING */
	.star-rating-afro{
		list-style:none;
		padding:0px;
		width: 75px;
		height: 15px;
		position: relative;
		background: url(http://www.afrodita.name/templates/afrodita/images/all-stars.gif) top left repeat-x;		
	}
  
	.star-rating-afro ul, ol{
		list-style: none;
		padding:0px;
 		margin:0px;
	}

  
	.star-rating-afro li{
		list-style: none;
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating-afro li a{
		display:block;
		width:15px;
		height: 15px;
		text-decoration: none;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating-afro li a:hover{
		background: url(http://www.afrodita.name/templates/afrodita/images/all-stars.gif) left bottom;
		z-index: 2;
		left: 0px;
	}
	.star-rating-afro a.one-star-afro{
		left: 0px;
	}
	.star-rating-afro a.one-sta-afror:hover{
		width:15px;
	}
	.star-rating-afro a.two-stars-afro{
		left:15px;
	}
	.star-rating-afro a.two-stars-afro:hover{
		width: 30px;
	}
	.star-rating-afro a.three-stars-afro{
		left: 30px;
	}
	.star-rating-afro a.three-stars-afro:hover{
		width: 45px;
	}
	.star-rating-afro a.four-stars-afro{
		left: 45px;
	}	
	.star-rating-afro a.four-stars-afro:hover{
		width: 60px;
	}
	.star-rating-afro a.five-stars-afro{
		left: 60px;
	}
	.star-rating-afro a.five-stars-afro:hover{
		width: 75px;
	}
	.star-rating-afro li.current-rating-afro{
		background: url(http://www.afrodita.name/templates/afrodita/images/all-stars.gif) left center;
		position: absolute;
		height: 15px;
		display: block;
		z-index: 1;
	}
