.rating {
  background: #FAA;
  width: 75px;
  height: 20px;
  font-size: 14px;
  overflow: auto;
}

.thumb {
  width: 16px;
  height: 16px;
  float: left;
}

.thumb_up {
  background: url('images/thumbs.png') left top;
}

.thumb_up_select, .thumb_up:hover {
  background: url('images/thumbs.png') top center !important;
}

.thumb_up_disabled {
  background: url('images/thumbs.png') right top !important;
}

.thumb_down {
  background: url('images/thumbs.png') left bottom;
}

.thumb_down_select, .thumb_down:hover {
  background: url('images/thumbs.png') bottom center !important;
}

.thumb_down_disabled {
  background: url('images/thumbs.png') right bottom !important;
}

.rnum {
  float: left;
  margin-left: 10px;
  font-weight: bold;
}