/* styles for the star rater */
#rating {
	width:auto;
	margin:0 0 0 1em;
	padding:0;
	}

#rating .star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 125px;
	height: 25px;
	position: relative;
	overflow:hidden;
	background: url(../images/alt_star.gif) top left repeat-x;		
	}

#rating .star-rating li{
	padding:0px;
	margin:0px;
	width:25px;
	height:25px;
	/*\*/
	float: left;
	/* */
	}

#rating .star-rating li a{
	display:block;
	width:25px;
	height: 25px;
	line-height:25px;		
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow:hidden;
	}

#rating .star-rating li a:hover{
	background: url(../images/alt_star.gif) left bottom;
	z-index: 2;
	left: 0px;
	border:none;
	}

#rating .star-rating a.one-star{
	left: 0px;
	}

#rating .star-rating a.one-star:hover{
	width:25px;
	}

#rating .star-rating a.two-stars{
	left:25px;
	}

#rating .star-rating a.two-stars:hover{
	width: 50px;
	}

#rating .star-rating a.three-stars{
	left: 50px;
	}

#rating .star-rating a.three-stars:hover{
	width: 75px;
	}

#rating .star-rating a.four-stars{
	left: 75px;
	}	

#rating .star-rating a.four-stars:hover{
	width: 100px;
	}

#rating .star-rating a.five-stars{
	left: 100px;
	}

#rating .star-rating a.five-stars:hover{
	width: 125px;
	}

#rating .star-rating li.current-rating{
	background: url(../images/alt_star.gif) left center;
	position: absolute;
	height: 25px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

/* remove halo effect in firefox  */
#rating a:active{
	outline: none;
	}