/* STAR RATING */
	.star-rating{
		list-style:none;
		margin-left:0px!important;
		padding:0px;
		width: 55px;
		height: 16px;
		position: relative;
		background: url('/canal/templates/asacademia/js/starsVote/alt_star.png') top left repeat-x;		
	}
	.star-rating li{
    	left: 0;
    	margin: 0;
	    padding: 0;
	    position: absolute;
	    top: 2px;
	}
	.star-rating li a{
		display:block;
		width:11px;
		height:16px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating li a:hover{
		background: url('/canal/templates/asacademia/js/starsVote/alt_star.png') left bottom;
		z-index: 2;
		left: 0px;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:11px;
	}
	.star-rating a.two-stars{
		left:11px;
	}
	.star-rating a.two-stars:hover{
		width:22px;
	}
	.star-rating a.three-stars{
		left:22px;
	}
	.star-rating a.three-stars:hover{
		width:33px;
	}
	.star-rating a.four-stars{
		left:33px;
	}	
	.star-rating a.four-stars:hover{
		width:44px;
	}
	.star-rating a.five-stars{
		left:44px;
	}
	.star-rating a.five-stars:hover{
		width:55px;
	}
	.star-rating li.current-rating{
		background: url('/canal/templates/asacademia/js/starsVote/alt_star.png') left center;
		position: absolute;
		height:16px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}












	/* STAR RATING */
	.star-rating10{
		list-style:none;
		margin-left:0px!important;
		margin-top:5px!important;
		padding:0px;
		width:216px;
		height:42px;
		position: relative;
		background: url('/canal/templates/asacademia/js/starsVote/alt_star_grande.png') top left repeat-x;		
	}
	.star-rating10 li{
    	left: 0;
    	margin: 0;
	    padding: 0;
	    position: absolute;
	    top: 0;
	}
	.star-rating10 li a{
		display:block;
		width:43px;
		height:42px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating10 li a:hover{
		background: url('/canal/templates/asacademia/js/starsVote/alt_star_grande.png') left bottom;
		z-index: 2;
		left: 0px;
	}
	.star-rating10 a.one-star{
		left: 0px;
	}
	.star-rating10 a.one-star:hover{
		width:42px;
	}
	.star-rating10 a.two-stars{
		left:43px;
	}
	.star-rating10 a.two-stars:hover{
		width:84px;
	}
	.star-rating10 a.three-stars{
		left:86px;
	}
	.star-rating10 a.three-stars:hover{
		width:126px;
	}
	.star-rating10 a.four-stars{
		left:129px;
	}	
	.star-rating10 a.four-stars:hover{
		width:168px;
	}
	.star-rating10 a.five-stars{
		left:172px;
	}
	.star-rating10 a.five-stars:hover{
		width:210px;
	}
	.star-rating10 li.current-rating{
		background: url('/canal/templates/asacademia/js/starsVote/alt_star_grande.png') left center;
		position: absolute;
		height: 42px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}
