.rabidRating
{
	position: relative;
}

.rabidRating .wrapper
{
	background: #ccc;
	overflow: hidden;
}

.rabidRating span,.rabidRating .wrapper
{
	display: block;
	width: 94px;
	height: 20px;
}

.rabidRating span
{
	position: relative;
	top: 0;
	left: 0;
	text-indent: -999em;
}

.rabidRating .ratingStars
{
	float: left;
	display: block;
	background: url(/pics/newheart.png) no-repeat center;
}

.rabidRating .ratingFill
{
	float: left;
	background-color: #06b4b2;
}
