.vote-block {
    position: relative;
    display: inline-block;
}
.vote-block .rating-info {
    position: absolute;
    bottom: -20px;
    left: 42px;
    font-size: 14px;
    font-weight: bold;
    color: #a9a9a9;
    text-transform: uppercase;
}
ol.rating.show-current {
    display: block;
    height: 27px;
        margin: 0px !important;
        padding: 0px !important;
}
span.rating-text {
    position: absolute;
    top: 5px;
    right: -20px;
}
.vote-block .rating-info {
    position: absolute;
    bottom: -20px;
    left: 42px;
    font-size: 14px;
    font-weight: bold;
    color: #a9a9a9;
    text-transform: uppercase;
}
.vote-block .rating:hover li {
  background-image: url("star2x.png");
}
.rating-block {
    line-height: 40px;
    display: inline-block;
    height: 40px;
    vertical-align: super;
    margin-right: 10px;
}
.vote-block .rating li {
 display: block;
width: 29px;
height: 27px;
float: right;
text-indent: -9999px;
cursor: pointer;
margin-bottom: 0px !important;
}
.vote-block .rating li:hover,
.vote-block .rating li:hover ~ li {
  background-position: 0 -54px;
}
.vote-block.disabled .rating li.current {
  display: block;
  z-index: 10;
}
.vote-block .rating li.active,
.vote-block .rating li.active ~ li {
  background-position: 0 -45px;
}
.vote-block li.current {
  display: none;
}
.vote-block ol.show-current li {
  cursor: default;
  z-index: 2;
  position: relative;
}
.vote-block ol.show-current li.current {
  position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
z-index: 1;
background-position: 0 0;
background-repeat: repeat-x;
background-image: url("star2x.png");
}
.vote-block ol.show-current li.current span {
  display: block;
  height: 27px;
  width: 0;
  background: inherit;
  background-position: 0 -54px;
}