.rating
{
  position: relative;
  width: 125px;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0px;
  padding: 0px;
  background-position: top left;
  margin-left: 79px;
}
.rating li
{
  display: inline;
}
.rating a,
.rating .current
{
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9000px;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
  font-size: 25px;
}

.rating a:hover
{
  background-position: left bottom;
}

.rating a.rate1
{
  width: 20%;
  z-index: 6;
}
.rating a.rate2
{
  width:40%;
  z-index: 5;
}
.rating a.rate3
{
  width:60%;
  z-index: 4;
}
.rating a.rate4
{
  width:80%;
  z-index: 3;
}
.rating a.rate5
{
  width:100%;
  z-index: 2;
}
.rating .current
{
  z-index: 1;
  background-position: left center;
}

.glowing,
.glowing a:hover,
.glowing .current
{
  background-image: url(starglow.gif);
}