
#stage6 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#slitscan {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.stage6Names {
	position: absolute;
	z-index: 10;
	color: #000000;
	font-size: 45%;
	white-space: nowrap;
	opacity: 0;
	-webkit-transition: all 1s linear;
}

.stage6Names.on {
	opacity: 1;
}

#stage6Names1 {
	right: 30px;
	top: 30px;
	text-align: right;
}

#stage6Names2 {
	left: 30px;
	bottom: 30px;
	text-align: left;
}

#stage6Names3 {
	right: 30px;
	bottom: 30px;
	text-align: right;
}

#stage6Names4 {
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -1em;
	text-align: center;
}

#stage6Names5 {
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -1.2em;
	text-align: center;
}

#stage6Names6 {
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -0.5em;
	text-align: center;
}

.stage6Names span {
	font-size: 60%;
}