.chart {
	position:relative;
	width: 150px;
	height: 150px;
	background-color:#ffffff;
}
.chart .flash {
	position:absolute;
	left:25px;
	top:25px;
	width: 100px;
	height: 100px;
	z-index: 1;
}
.chart .label {
	position:absolute;
	left:0px;
	top:0px;
	width: 150px;
	height: 150px;
	z-index: 2;
}


.chart_l {
	position:relative;
	width: 200px;
	height: 200px;
	background-color:#ffffff;
}
.chart_l .flash {
	position:absolute;
	left:35px;
	top:35px;
	width: 130px;
	height: 130px;
	z-index: 1;
}
.chart_l .label {
	position:absolute;
	left:0px;
	top:0px;
	width: 200px;
	height: 200px;
	z-index: 2;
}
