.jrate {
}

.jrate-rate {
  width: 12px;
  height: 12px;
  background-image:url("../img/icons.gif");
  background-repeat: no-repeat;
}

.jrate-leftrate,
    .jrate-leftrate-full,
    .jrate-rightrate,
    .jrate-rightrate-full {
  width:6px;
}

.jrate-wholerate {
  /*background-image:url("../img/jrate/rate_whole_empty.gif");*/
  background-position: 0px -32px;
}

.jrate-wholerate-full {
  /*background-image:url("../img/jrate/rate_whole_full.gif");*/
  background-position: -16px -32px;
}

.jrate-leftrate {
  /*background-image:url("../img/jrate/rate_left_empty.gif");*/
  background-position: 0px -32px;
}

.jrate-leftrate-full {
  /*background-image:url("../img/jrate/rate_left_full.gif");*/
  background-position: -16px -32px;
}

.jrate-rightrate {
  /*background-image:url("../img/jrate/rate_right_empty.gif");*/
  background-position: -6px -32px;
}

.jrate-rightrate-full {
  /*background-image:url("../img/jrate/rate_right_full.gif");*/
  background-position: -22px -32px;
}

.jrate-terminator {
  clear:both;
}
