.rating { 
	position: relative;
	width: 86px;
	height: 12px;
}

.rating .cover {
	position: absolute;
	background: transparent url(images/stars-empty.png) top left no-repeat;
	top: 0px;
	left: 0px;
	width: 86px;
	height: 12px;
	z-index: 101;
}

.rating .progress {
	position: absolute;
	background: transparent url(images/stars-full.png) top left no-repeat;
	top: 0px;
	left: 0px;
	height: 12px;
	z-index: 102;
}
