.vote, .vote li.rated, .vote li a:hover {
    background: url(stars000.gif) no-repeat 0 0;
}


.vote {
    background-position: 0 -14px;
}

.vote:hover li, .ievote:hover li {
    background: none;
}

.ievote {
    text-decoration: none !important;
}

.vote {
    width: 80px;
    overflow: hidden;
    position: relative;
}

.vote, .vote li, .vote li a {
    height: 14px;
    display: block;
} 

.vote li {
    position: absolute;
}

.vote, .vote li {
    left: 0;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.vote li.one   { width: 7px;  }
.vote li.two   { width: 16px; }
.vote li.three { width: 23px; }
.vote li.four  { width: 32px; }
.vote li.five  { width: 39px; }
.vote li.six   { width: 48px; }
.vote li.seven { width: 55px; }
.vote li.eight { width: 64px; }
.vote li.nine  { width: 71px; }
.vote li.ten   { width: 80px; }

.vote li a {
    overflow: hidden;
    text-indent: -100px;
    outline: 0;
}