#rategame {
  margin: 0 0 0 12px;
  position: relative;
  width: 90px;
  height: 18px;
  background: url(/anagrafikler/star-rating.gif) repeat-x top left;
}

#rategame li {
  margin: 0;
  padding: 0;
  float: left;
}

#rategame li a {
  width: 16px;
  height: 18px;
  text-indent: -9000px;
  z-index: 20;
  position: absolute;
}

#rategame li a:hover {
  background: url(/anagrafikler/star-rating.gif) repeat-x bottom left;
  z-index: 1;
  left: 0;
  top: 3;
}

#rategame a.one-star {left: 0;}
#rategame a.one-star:hover {width: 18px;}
#rategame a.two-stars {left: 18px;}
#rategame a.two-stars:hover {width: 36px;}
#rategame a.three-stars {left: 36px;}
#rategame a.three-stars:hover {width: 54px;}
#rategame a.four-stars {left: 54px;}  
#rategame a.four-stars:hover {width: 72px;}
#rategame a.five-stars {left: 72px;}
#rategame a.five-stars:hover {width: 90px;}

 
