.STAR_RATING ul
{
  margin: 0px;
  padding: 0px;
  height: 16px;
  list-style: none;
  position:relative;
  top:-40px;
}
.STAR_RATING li
{
  width: 19px;
  height: 16px;
  display: block;
  float: left;
  background-image: url('../../images/star_off.gif');
  background-repeat: no-repeat;
}
.STAR_RATING li.on
{
  background-image: url('../../images/star_on.gif');
}

