.ngg-rating-container {
    font-size: 20px;
    width: 100%;
    text-align: center;
}

/** Star rating **/
.ngg-rating-stars {
    display: -moz-inline-block;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
}

.ngg-rating-stars ul {
    position: relative;
    width: 125px;
    height: 25px;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0 !important;
    background-position: left top;
    display: inline-block;
}
.ngg-rating-stars ul li {
    display: inline;
    list-style: none;
    margin: 0 !important;
    text-indent: -1000px;
    font-size: 0;
    font-weight: 0;
}
.ngg-rating-stars a,
.ngg-rating-stars .current-rating {
    position: absolute;
    transition: none;
    top: 0;
    left: 0;
    text-indent: -1000px;
    height: 25px !important;
    outline: none;
    overflow: hidden;
    border: none;
    font-size: 0;
    font-weight: 0;
}

.ngg-rating-stars * { zoom:1; }

.ngg-rating-stars a:hover,
.ngg-rating-stars a:active,
.ngg-rating-stars a:focus{
    background-position: left bottom;
}
.ngg-rating-stars a.stars-1 {
    width: 20% !important;
    z-index: 6;
}
.ngg-rating-stars a.stars-2 {
    width: 40% !important;
    z-index: 5;
}
.ngg-rating-stars a.stars-3 {
    width:60% !important;
    z-index:4;
}
.ngg-rating-stars a.stars-4 {
    width:80% !important;
    z-index:3;
}
.ngg-rating-stars a.stars-5 {
    width:100% !important;
    z-index:2;
}
.ngg-rating-stars .current-rating {
    z-index:1;
    background-position: left center;
}