.star_rtn,
.star_rtn a:hover,
.star_rtn a:active,
.star_rtn a:focus,
.star_rtn .current{
background: url('../design/gpn/stars/star.gif') left -1000px repeat-x;
}
.star_rtn{
position:relative;
width:125px;
height:25px;
overflow:hidden;
    margin-left:40px;
background-position: left top;
display:-moz-inline-block;
display:-moz-inline-box;
display:inline-block;
vertical-align: middle;
}
.star_rtn li{
display: inline;
}
.star_rtn a, 
.star_rtn .current{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:25px;
line-height:25px;
outline:none;
overflow:hidden;
border: none;
}
.star_rtn a:hover,
.star_rtn a:active,
.star_rtn a:focus{
background-position: left bottom;
}
.star_rtn a.one-star{
width:20%;
z-index:6;
}
.star_rtn a.two-stars{
width:40%;
z-index:5;
}
.star_rtn a.three-stars{
width:60%;
z-index:4;
}
.star_rtn a.four-stars{
width:80%;
z-index:3;
}
.star_rtn a.five-stars{
width:100%;
z-index:2;
}
.star_rtn .current{
z-index:1;
background-position: left center;
}
.small-star{
width:50px;
height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current{
background-image: url(star_small.gif);
line-height: 10px;
height: 10px;
}