.ratingBox
{
  display:block;
  position:relative;
  margin:3px 0;
  width:60px; height:12px;
  background:url(/_img/stars.png) 0 -12px;
  cursor: pointer;
  overflow:hidden;
  text-align:left;
}

.ie6 .ratingBox
{ 
  background-image:url(/_img/stars.gif);
}

.rated-
{
  background-position:0 0;
}

.rate
{
  display:block;
  height:12px;
  overflow:hidden;
  background-image:url(/_img/stars.png);
  background-position:0 -24px;
}

.ie6 .rate
{ 
  background-image: none; 
  background-image:url(/_img/stars.gif);
}

.rated-    .rate  { background-image:none; }
.rated-0   .rate  { background-image:none; }
.rated-0   .rate  { width:0; }
.rated-1   .rate  { width:6px; }
.rated-2   .rate  { width:12px; }
.rated-3   .rate  { width:18px; }
.rated-4   .rate  { width:24px; }
.rated-5   .rate  { width:30px; }
.rated-6   .rate  { width:36px; }
.rated-7   .rate  { width:42px; }
.rated-8   .rate  { width:48px; }
.rated-9   .rate  { width:54px; }
.rated-10  .rate  { width:60px; }
