.star-rating{
background:url(rate.gif) top left repeat-x;
height:14px;
list-style:none;
margin:0px;
padding:0px;
position:relative;
width:70px
}
.star-rating a.five-stars{
left:54px
}
.star-rating a.five-stars:hover{
width:70px
}
.star-rating a.four-stars{
left:42px
}
.star-rating a.four-stars:hover{
width:54px
}
.star-rating a.one-star{
left:0px
}
.star-rating a.one-star:hover{
width:14px
}
.star-rating a.three-stars{
left:28px
}
.star-rating a.three-stars:hover{
width:42px
}
.star-rating a.two-stars{
left:14px
}
.star-rating a.two-stars:hover{
width:28px
}
.star-rating li{
float:left;/*\*/
margin:0px;
padding:0px
}
.star-rating li a{
display:block;
height:14px;
padding:0px;
position:absolute;
text-decoration:none;
text-indent:-9000px;
width:14px;
z-index:3
}
.star-rating li a:hover{
background:url(rate.gif) left bottom;
left:0px;
z-index:2
}
.star-rating li.current-rating{
background:url(rate.gif) left center;
display:block;
height:14px;
left:0px;
position:absolute;
text-indent:-9000px;
z-index:1
}

ul{
list-style:none
}

