.rating {
    height: 18px;
    width:100%;
}

#Ratings .rating{
    float:right;
    width:110px;
}
.rating-0 {
    background: transparent url(../images/stars.gif) no-repeat scroll 0px -92px;
}
.rating-1 {
    background: transparent url(../images/stars.gif) no-repeat scroll 0px -74px;
}
.rating-2 {
    background: transparent url(../images/stars.gif) no-repeat scroll 0px -54px;
}
.rating-3 {
    background: transparent url(../images/stars.gif) no-repeat scroll 0px -36px;
}
.rating-4 {
    background: transparent url(../images/stars.gif) no-repeat scroll 0px -18px;
}
.rating-5 {
    background: transparent url(../images/stars.gif) no-repeat scroll 0px 0px;
}
