.stargroup {
 list-style: none;
 border: 0px;
 width: 140px;
 height: 28px;
 padding: 0px;
 position: relative;
 background: url(./rating_images/no-star.png) top left repeat-x;
}

.stargroup li {
 padding: 0px;
 margin: 0px;
 float: left;
}

ul.stargroup, ul.stargroup a, li {
	padding: 0px;
	margin: 0px
}

.stargroup li a {
 display: block;
 width: 28px;
 height: 28px;
 text-decoration: none;
 position: absolute;
 z-index: 100;
 padding: 0px;
 margin: 0px;
 background-image: none
}

.stargroup li a:hover {
 background: url(./rating_images/over-star.png) left bottom repeat-x;
 z-index: 3;
 left: 0px
}

.stargroup a.two-stars {
 left: 28px;
}

.stargroup a.two-stars:hover {
 width: 56px;
}

.stargroup a.three-stars {
 left: 56px;
}

.stargroup a.three-stars:hover {
 width: 84px;
}

.stargroup a.four-stars {
 left: 84px;
}

.stargroup a.four-stars:hover {
 width: 112px;
}

.stargroup a.five-stars {
 left: 112px;
}

.stargroup a.five-stars:hover {
 width: 140px;
}

.current-rating {
 float: none;
 clear: left
}

.current {
 background: url(./rating_images/one-star.png) left bottom repeat-x;
 position: absolute;
 height: 28px;
 width: 98px;
 display: block;
 z-index: 1;
}