.rating {
  width:120px;
  height:24px;
  margin:0;
  padding:0;
  position: relative;
  display: block;
  z-index:9999999;
  overflow: hidden;
}
.rating form {
display:none;
}
.rating-bar {
  width:240px;
  height:24px;
  display: block;
  background:white url(../images/rating-bar.gif) left top no-repeat; 
  position: absolute;  
}
.rating ul {
  margin:0;
  padding:0;
  position:absolute;
}
.rating li {
  list-style-type: none;
  margin:0;
  padding:0;
  float:left;  
  text-indent: -9999px;
  font-size: 1px;     
}


.rating-selector-off {
  width:24px;
  height:24px;
  background: url(../images/rating-unsel.png) left top no-repeat;
  behavior: url(/themes/frontend/js/iepngfix.htc);
  display:block;
  z-index:9999999;   
}
.rating-selector {
  width:24px;
  height:24px;
  display:block;       
  background: url(../images/rating-sel.png) left top no-repeat;
  behavior: url(/themes/frontend/js/iepngfix.htc);
  z-index:9999999;   
}