.rating, .rating ul {
	display: block;
}
.rating ul {
    list-style: none;
	display: block;
	float: right;
	position: relative;
    top: 1px;
    left: 0;
	background: url(../img/icon_rating-white.gif) no-repeat 0 0;
	width: 74px;
	height: 14px;
	overflow: hidden;
}

.rating li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	overflow: hidden;
	display: block;
	text-decoration: none;
    text-indent: -1000px;
    z-index: 1;
    border: 1px solid #A8DDF4;
}

.rating li a:hover {
	left: 0;
	width: 74px;
	height: 13px;
	background: url(../img/icon_rating-white.gif) no-repeat 0 0;
}
