#productRate ul { 
	width: 150px; 
	height: 30px; 
	position: relative; 
	background: url(../images/stars.png);
	list-style-type: none; 
		padding-start: 0px; 
	-webkit-padding-start: 0px;
} 
#productRate li { 
	float: left;
	height: 30px;

} 
#productRate li span { 
	display: block; 
	width: 30px; 
	height: 30px; 
	text-indent: -9999px; 
	position: absolute; 
	text-decoration: none; 
	z-index: 10; 
	cursor: pointer;
} 
#productRate li span:hover { 
	background: url(../images/stars.png) left center; 
	left: 0; 
	z-index: 2; 
} 
#productRate span.star1 { 
	left: 0; 
}
#productRate span.star1:hover { 
	width: 30px; 
} 
#productRate span.star2 { 
	left: 30px; 
}
#productRate span.star2:hover { 
	width: 60px; 
} 
#productRate span.star3 { 
	left: 60px; 
}
#productRate span.star3:hover { 
	width: 90px; 
} 
#productRate span.star4 { 
	left: 90px; 
}
#productRate span.star4:hover { 
	width: 120px; 
} 
#productRate span.star5 { 
	left: 120px; 
}
#productRate span.star5:hover { 
	width: 150px; 
} 
#productRate li.current { 
	background: url(../images/stars.png) left bottom; 
	z-index: 1; 
	margin:0px;
	padding:0px;
} 
#productRate ul>li span:hover{ 
	text-indent: 160px; 
}
