.classification { 
	position: relative;
	width: 100px;
	height: 21px;
}
.classification .cover {
	position: absolute;
	background: transparent url(images/stars.png) top left no-repeat;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 21px;
	z-index: 101;
}
.tekst1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}

.classification .progress {
	position: absolute;
	background: transparent url(images/stars_full.png) top left no-repeat;
	top: 0px;
	left: 0px;
	height: 21px;
	z-index: 102;
}
