@charset "utf-8";
/* CSS Document */

.classification {
	position: relative;
	width: 85px;
	height: 14px;
	float: left;
}
.classification .cover {
	position: absolute;
	background: transparent url(../images/star/stars.png) top left no-repeat;
	top: 0px;
	left: 0px;
	width: 85px;
	height: 14px;
	z-index: 101;
}
.classification .progress {
	position: absolute;
	background: transparent url(../images/star/stars_full.png) top left no-repeat;
	top: 0px;
	left: 0px;
	height: 14px;
	z-index: 102;
}
#starText {


}
