.page_ranking i {
    font-size:12px;
}

.pr_current_rank {
    width:160px;
    background-image:url(/general/imgs/static/ratestar_empty.png);
    height:32px;
    opacity:.6;
    position:relative;
    z-index:1;
}

.pr_current_rank > div {
    background-image:url(/general/imgs/static/ratestar_full.png);
    height:32px;
}

.pr_user_rank {
    position:relative;
    z-index:2;
}

.rank_star {
    /*background-image:url(/general/imgs/static/ratestar_empty.png);*/
    background-size:32px 32px;
    background-repeat:no-repeat;
    background-position:left;
    height:32px;
    margin-left:32px;
    cursor:pointer;
}

.rank_star:hover {
    background-image:url(/general/imgs/static/ratestar_full.png);
}

.rank_star[data-value="1"] {
    width:160px;
    margin-top:-32px;
    margin-left:0px !important;
}

.rank_star[data-value="2"] {
    width:128px;
}

.rank_star[data-value="3"] {
    width:96px;
}

.rank_star[data-value="4"] {
    width:64px;
}

.rank_star[data-value="5"] {
    width:32px;
}