/*             styles for the star rater                */	
	.star-rating1{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 75px;
		height: 15px;
		position: relative;
		background: url('/img/estrellaspe.jpg') repeat-x top left;		
	}
	.star-rating1 li{
		padding:0px;
		margin:0px;
		height:15px;
		width: 15px;
		float: left;
	}
	.star-rating1 li a{
		display:block;
		width:15px;
		height: 15px;
		line-height:15px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		overflow:hidden;
	}
	.star-rating1 li a:hover{
		background: url('/img/estrellaspe.jpg') left center;
		z-index: 2;
		left: 0px;
		border:none;
	}
	.star-rating1 a.one-star{
		left: 0px;
	}
	.star-rating1 a.one-star:hover{
		width:15px;
	}
	.star-rating1 a.two-stars{
		left: 15px;
	}
	.star-rating1 a.two-stars:hover{
		width: 30px;
	}
	.star-rating1 a.three-stars{
		left: 30px;
	}
	.star-rating1 a.three-stars:hover{
		width: 45px;
	}
	.star-rating1 a.four-stars{
		left: 45px;
	}	
	.star-rating1 a.four-stars:hover{
		width: 60px;
	}
	.star-rating1 a.five-stars{
		left: 60px;
	}
	.star-rating1 a.five-stars:hover{
		width: 75px;
	}
	.star-rating1 li.current-rating{
		background: url('/img/estrellaspe.jpg') left bottom;
		position: relative;
		height: 15px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}
	/* remove halo effect in firefox   */
	a:active{
		outline: none;
	}
