﻿.rating{
width:80px;
height:16px;
margin:0 0 20px 0;
padding:0;
list-style:none;
position:relative;
background: url(../../images/starMatrix.gif) no-repeat 0 0;
}
div.rating b {
cursor: pointer;
/*ie5 mac doesn't bke it if the bst is floated but ie6 does\*/
float:left;
/* end hide*/
text-indent:-999em;/* hide text*/
}
div.rating b a {
position:absolute;
left:0;
top:0;
width:16px;
height:16px;
text-decoration:none;
z-index: 200;
}
div.rating b.one a {left:0}
div.rating b.two a {left:16px;}
div.rating b.three a {left:32px;}
div.rating b.four a {left:48px;}
div.rating b.five a {left:64px;}

.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}

div.rating b a:hover {
z-index:2;
width:80px;
height:16px;
overflow:hidden;
left:0;
background: url(../../images/starMatrix.gif) no-repeat 0 0
}
div.rating b.one a:hover {background-position:0 -96px;}
div.rating b.two a:hover {background-position:0 -112px;}
div.rating b.three a:hover {background-position:0 -128px}
div.rating b.four a:hover {background-position:0 -144px}
div.rating b.five a:hover {background-position:0 -160px}