.unit-rating {
float:left;
position:relative;
height: 19px; 
width: 85px; 
background:url(../_images/votacion/estrella1.jpg);	
display: block;  
margin: 0; 
padding: 0; 
list-style: none; 
border: 0; 
font-weight: normal; 
font-size: 1em;
}
.unit-rating li a {
display: block; 
width: 17px; 
height: 19px; 
text-decoration: none; 
text-indent: -9000px; 
z-index: 20;
position: absolute; 
top: 0px;
padding: 0px; 
-moz-outline-style: none;
}
.unit-rating li a:hover { 
background: url(../_images/votacion/estrella3.jpg); 
background-color: none !important;/**/ 
z-index: 2; 
left: 0px; 
}
.current-rating {
background: url(../_images/votacion/estrella2.jpg);
height: 18px;
display: block;  
margin: 0; 
padding: 0;
}
a.r1-unit {
left: 0px;
}
a.r1-unit:hover{
width:17px;
}
a.r2-unit {
left:17px;
}
a.r2-unit:hover { 
width: 34px;
}
a.r3-unit {
left: 34px;
}
a.r3-unit:hover {
width: 51px;
}
a.r4-unit {
left: 51px;
}	
a.r4-unit:hover {
width: 68px;
}
a.r5-unit {
left: 68px;
}
a.r5-unit:hover {
width: 85px;
}


