/* STAR RATING */
	.star-rating{
		list-style:none;
		margin-left:27.5px!important;
		padding:0px;
		width: 55px;
		height: 15px;
		position: relative;
		background: url('/generico/webtvprincipal/templates/4/especifico/270767/starsVote2/alt_star-2.png') top left repeat-x;		
	}
	.star-rating li{
    	left: 0;
    	margin: 0;
	    padding: 0;
	    position: absolute;
	    top: 0;
	}
	.star-rating li a{
		display:block;
		width:11px;
		height:15px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating li a:hover{
		background: url('/generico/webtvprincipal/templates/4/especifico/270767/starsVote2/alt_star-2.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('/generico/webtvprincipal/templates/4/especifico/270767/starsVote2/alt_star-2.png') left center;
		position: absolute;
		height:16px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}