#stardiv {
  width: 117px;
  height: 26px;
}

img.rate {
  border: none;
  cursor: hand;
}

p.rate5 {
  background: url(img/stars5.gif) no-repeat; 
  width: 117px;
  height: 20px;
}

p.rate4 {
  background: url(img/stars4.gif) no-repeat; 
  width: 117px;
  height: 20px;
}

p.rate3 {
  background: url(img/stars3.gif) no-repeat; 
  width: 117px;
  height: 20px;
}

p.rate2 {
  background: url(img/stars2.gif) no-repeat; 
  width: 117px;
  height: 20px;
}

p.rate1 {
  background: url(img/stars1.gif) no-repeat; 
  width: 117px;
  height: 20px;
}

p.rate0 {
  background: url(img/stars0.gif) no-repeat; 
  width: 117px;
  height: 20px;
}

