﻿.rating
{
  width:80px;
  height:16px;
  margin:0 0 20px 0;
  padding:0;
  list-style:none;
  clear:both;
  position:relative;
  background: url(images/star-matrix.gif) no-repeat 0 0;
}

ul.rating li 
{
  background:none;
  float:left;
  /* end hide*/
  text-indent:-999em;/* hide text*/
}

ul.rating li a 
{
  position:absolute;
  left:0;
  top:0;
  width:16px;
  height:16px;
  text-decoration:none;
  z-index: 200;
}

.nostar {background-position:0 -96px;}
.onestar {background-position:0 -96px;}
.twostar {background-position:0 -112px;}
.threestar {background-position:0 -128px}
.fourstar {background-position:0 -144px}
.fivestar {background-position:0 -160px}


