/* STAR RATING */
	.ratingblock {
		position:relative; 
		width:80px; 
		height:0px; 
		top:0px; 
		left:0px; 
		right:0px; 
		bottom:0px; 
		padding:0; 
		margin:0; 
		position:relative; 
		padding-bottom:0px; 
		margin-bottom:0px; 	
		margin-left: 
		auto; margin-right: auto;
	}
	.star-rating{
		list-style:none;
		margin-left:0px!important;
		padding:0px;
		width: 80px;
		height: 16px;
		position: relative;
		background: url(/imagens/alt_star.gif) top left repeat-x;		
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:16px;
		height: 16px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		cursor:default;
	}
	.star-rating li a:hover{
		background: url(/imagens/alt_star.gif) left middle;
		z-index: 2;
		left: 0px;
	}
	.star-rating a.one-star{left: 0px; voice-family: expression(this.target='_top');}
	.star-rating a.one-star:hover{width:16px; voice-family: expression(this.target='_top');}

	.star-rating a.two-stars{left:16px; voice-family: expression(this.target='_top');}
	.star-rating a.two-stars:hover{width: 32px; voice-family: expression(this.target='_top');}

	.star-rating a.three-stars{left: 32px; voice-family: expression(this.target='_top');}
	.star-rating a.three-stars:hover{width: 48px; voice-family: expression(this.target='_top');}
	
	.star-rating a.four-stars{left: 48px; voice-family: expression(this.target='_top');}	
	.star-rating a.four-stars:hover{width: 64px; voice-family: expression(this.target='_top');}
	
	.star-rating a.five-stars{left: 64px; voice-family: expression(this.target='_top');}
	.star-rating a.five-stars:hover{width: 80px; voice-family: expression(this.target='_top');}
	
	.star-rating li.current-rating{
		voice-family: expression(this.target='_top');
		background: url(/imagens/alt_star.gif) left bottom;
		left:0;
		position: absolute;
		height: 16px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}
