.star-rating{
	list-style:none;
	margin: 0px 0px 0px 5px;
	padding:0px;
	height: 100px;
	width: 20px;
	position: relative;
	background: url(images/vert_star.gif) bottom left repeat-y; 
}
.star-rating li{
	padding:0px;
	margin:0px;
	float:left;
}
.star-rating li a{
	display:block;
	height:20px;
	width: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(images/vert_star.gif) right bottom repeat-y;
	z-index: 2;
	bottom: 0px;
}
.star-rating a.one-star{
	bottom: 0px;
}
.star-rating a.one-star:hover{
	height:20px;
}
.star-rating a.two-stars{
	bottom:20px;
}
.star-rating a.two-stars:hover{
	height: 40px;
}
.star-rating a.three-stars{
	bottom: 40px;
}
.star-rating a.three-stars:hover{
	height: 60px;
}
.star-rating a.four-stars{
	bottom: 60px;
} 
.star-rating a.four-stars:hover{
	height: 80px;
}
.star-rating a.five-stars{
	bottom: 80px;
}
.star-rating a.five-stars:hover{
	height: 100px;
}
.star-rating li.current-rating{
	background: url(images/vert_star.gif) center bottom repeat-y;
	position: absolute;
	width: 20px;
	display: block;
	text-indent: -9000px;
    font-size: 0px;
	z-index: 1;
    bottom: 0px;
}

/* remove halo effect in firefox */
a:active{
	outline: none;
}

/* star horizontal */
/*             styles for the star rater                */	
.star-rating-h{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 100px;
	height: 20px;
	position: relative;
	background: url(images/hor_star.gif) top left repeat-x;		
}
.star-rating-h li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating-h li a{
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating-h li a:hover{
	background: url(images/hor_star.gif) left center;
	z-index: 2;
	left: 0px;
	border:none;
}
.star-rating-h a.one-star{
	left: 0px;
}
.star-rating-h a.one-star:hover{
	width:20px;
}
.star-rating-h a.two-stars{
	left:20px;
}
.star-rating-h a.two-stars:hover{
	width: 40px;
}
.star-rating-h a.three-stars{
	left: 40px;
}
.star-rating-h a.three-stars:hover{
	width: 60px;
}
.star-rating-h a.four-stars{
	left: 60px;
}	
.star-rating-h a.four-stars:hover{
	width: 80px;
}
.star-rating-h a.five-stars{
	left: 80px;
}
.star-rating-h a.five-stars:hover{
	width: 100px;
}
.star-rating-h li.current-rating{
	background: url(images/hor_star.gif) left bottom;
	position: absolute;
	height: 20px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}