	/*             styles for the star rater                */	
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		height: 25px;
		width: 125px;
		position: relative;
		background:url(images/vert_star.gif) top left repeat-x;		

	}
	.star-rating li{
	   display: inline;
		padding:0px;
		margin:0px;
		float:left;
		height:25px;
		width: 25px;	

	}
	.star-rating li a{
		display:inline;
		height:25px;
		width: 25px;
		line-height:25px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		overflow:hidden;
		
	}
	.star-rating li a:hover{
		background: url(images/vert_star2.gif) left top repeat-x;
		z-index: 2;
		top left: 0px;
		border:none;
	}
	.star-rating a.one-star{
		top left: 0px;
	}
	/*.star-rating a.one-star:hover{
		height:25px;
	}*/
	.star-rating a.one-star:hover{
		width:25px;
	}
	.star-rating a.two-stars{
		top left:25px;
	}
	.star-rating a.two-stars:hover{
		width: 50px;
	}
	.star-rating a.three-stars{
		top left: 50px;
	}
	.star-rating a.three-stars:hover{
		width: 75px;
	}
	.star-rating a.four-stars{
		top left: 75px;
	}	
	.star-rating a.four-stars:hover{
		width: 100px;
	}
	.star-rating a.five-stars{
		top left: 100px;
	}
	.star-rating a.five-stars:hover{
		width: 125px;
	}
	.star-rating a.five-stars
	{
		top left: 125px;
	}
	.star-rating li.current-rating{
		background: url(images/vert_star.gif) center top repeat-x;
		position: absolute;
		width: 125px;
		display: inline;
		text-indent: -9000px;
		z-index: 1;
	}
	
	/* remove halo effect in firefox   */
	a:active{
		outline: none;
	}	
