.rater
{
	float:left;
	cursor: pointer;
	width:265px;
	z-index:6;
}

span.mouseOn
{
    display:block;
    float:left;
    background-image:url('estrella_completa.png');
    width:53px;
    height:56px;
}

span.mouseOff
{
    display:block;
    float:left;
    background-image:url('estrella_completa.png');
    width:53px;
    height:56px;
}

span.blank
{
    display:block;
    float:left;
    background-image:url('estrella_vacia.png');
    width:53px;
    height:56px;
}
-
div.clear
{
    clear:both;
}
