.rating-vote{
list-style: none;
margin: 3px;
padding: 0px;
width: 100px;
height: 66px;
position: relative;
background: url(img/bar-meter.gif) bottom left no-repeat;
}

.rating-vote li{
padding:0px;
margin:0px;
/*\*/ 
float: left;
/* */ 
}

.rating-vote li a{
display:block;
width:15px;
height: 66px;
text-decoration: none;
text-indent: -9000px;
z-index: 20;
position: absolute;
padding: 0px;
background-image:none;
}


.rating-vote li a:hover{
background: url(img/bar-meter-on.gif) left bottom no-repeat;
z-index: 1;
left: 0px;
}

.rating-vote a.one-star{
left: 0px;
}


.rating-vote a.one-star:hover{
width:15px;
}

.rating-vote a.two-stars{
left:15px;
}

.rating-vote a.two-stars:hover{
width: 30px;
}

.rating-vote a.three-stars{
left: 30px;
}

.rating-vote a.three-stars:hover{
width: 45px;
}

.rating-vote a.four-stars{
left: 45px;
}

.rating-vote a.four-stars:hover{
width: 60px;
}

.rating-vote a.five-stars{
left: 60px;

}

.rating-vote a.five-stars:hover{
width: 80px;
}