
.fmStarReview
{
	background: white;
	border:1px solid black;
	position: relative;
	height:20px;
	width:84px;
}


.fmStarReview .fmDisplay
{
padding:0px;
margin: 0px;
border: 0px none;
background-image: url(star_p.gif);
background-position: 0px 0px;
position:absolute;
top:2px;
left:2px;

height:16px;
width:80px;
overflow:hidden;
}



.fmStarReview .fmValue
{
width:0px;
background-image: url(star_p.gif);
background-position: 0px -16px;
}


.fmStarReview .fmVoteContainer
{
background-image: url(star_g.gif);
display: none;
}

.fmStarReview .fmVote
{
width:16px;
height:32px;
top:0px;
left:0px;

}

.fmStarReview .fmThrobbler
{
left:34px;
top:2px;
position: absolute;
width:16px;
height:16px;
overflow:hidden;
background-image: url(throbbler.gif);
display: none;
}
