.starRating {
    display: inline;
    margin: 0px;
    padding: 0px;
    width: 14em;
    height: 25px;
    line-height: 25px;
    position: relative;
}

.starRating form {
    position: relative;
}
.starRating form div.voteList {
    position: relative;
    float: right;
    top: 0;
    //padding: 2px 10px;
    width: 75px;
}

.starRating ol {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 75px;
    height: 14px;
    position: relative;
    background: url(http://www.andalucia.org/media/rating/img/masthead-star-off.png) repeat-x;
}

.starRating li {
    padding: 0px;
    margin: 0px;
    /*\*/
    float: left;
    /* */
}

.starRating li a {
    display: block;
    width: 15px;
    height: 14px;
    line-height: 17px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0px;
    overflown: hidden;
}

.starRating li a:hover {
    background: url(http://www.andalucia.org/media/rating/img/masthead-star-on.png);
    z-index: 2;
    left: 0px;
    border: none;
}

*html .starRating li a:hover {
    background-image: none;
}

.starRating a.star-1 {
    left: 0px;
}

.starRating a.star-1:hover {
    width: 15px;
}

.starRating a.star-2 {
    left: 15px;
}

.starRating a.star-2:hover {
    width: 30px;
}

.starRating a.star-3 {
    left: 30px;
}

.starRating a.star-3:hover {
    width: 45px;
}

.starRating a.star-4 {
    left: 45px;
}

.starRating a.star-4:hover {
    width: 60px;
}

.starRating a.star-5 {
    left: 60px;
}

.starRating a.star-5:hover {
    width: 75px;
}

.starRating li.current-rating {
    background: url(http://www.andalucia.org/media/rating/img/masthead-star-on.png);
    position: absolute;
    height: 14px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
    margin: 0px;
    padding: 0px;
    border: none;
    min-height: 0;
}

.starRating li.current-votes {
    height: 14px;
    width: 75px;
    display: block;
    margin: 0px;
    padding: 0px;
    border: none;
}

.starRating a:active {
    outline: none;
}

.starRating input {
    margin: 0px;
    padding: 0px;
    border: none;
    text-indent: -9000px;
    color: transparent;
    width: 100%;
    height: 14px;
    background: none;
    display: block;
    z-index: 30;
    position: absolute;
    font-size: 1px;
}

.starRating a:hover input {
    cursor: pointer;
}

.starRating a span {
    display: none;
    position: relative;
    width: 200px;
    left: 115px;
    color: black;
    text-indent: 0;
    z-index: 30;
    height: 20px;
    line-height: 17px;
}

.starRating a:hover span {
    //display: block;
    //color: #b357c7;
}

.starRating .rating-feedback {
    position: absolute;
    left: -11px;
    top: -23px;
    height: 17px;
    width: 300px;
    font-weight: bold;
}
