.ratingbar{
	width:85px;
	height:17px;
	background:#ccc;
	text-align:left;
}
.ratingbarrated{
	height:17px;
	background:#090;
	position:absolute;
}
.ratingbarhover{
	height:17px;
	background:#f00;
	position:absolute;
}
.ratingbarstars{
	width:85px;
	height:17px;
	position:absolute;
}
