.iblock-vote table td div {
    cursor: pointer;
    background: url('../../../../images/ai.png') -374px -51px no-repeat;
    width:19px;
    height:16px;
    overflow:hidden;
}
div.star-voted, div.star-over { }
.iblock-vote table td div.star-empty {
    background-position:-393px -51px;
}
.iblock-vote table td div.star-over {
    background-position:-374px -51px;
}
.iblock-vote.nice-stars table td div,
.iblock-vote.nice-stars table td div.star-empty{
    cursor: pointer;
    background: url('images/star.png') top left no-repeat;
    background-position: 0 0 !important;
    background-size: 100% auto;
    width: 22px;
    height: 22px;
    overflow:hidden;
}
.iblock-vote.nice-stars table td div.star-over{
    background-image: url('images/star-fill.png');
    background-position: 0 0 !important;
}

