h1#movieTitle {
	opacity: 1;
	text-align: center;
	position: absolute;
	color: white;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	white-space: nowrap;
}

h1#movieTitle span{
	display: inline-block;
}

.movieTopContainer {
	position: relative;
	display: inline-block;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.movieContainer {
	position: relative;
	display: inline-block;
	width: 500px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.circle {
	width: 0px;
	height: 0px;
	display: inline-block;
	position: absolute;
	text-align: center;
	border-radius: 50%;
}

.circle canvas {
	vertical-align: top;
}

.circle strong {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
}

.circle strong i {
	font-style: normal;
	font-size: 0.6em;
	font-weight: normal;
}

.circle span {
	display: block;
	color: #aaa;
	margin-top: 12px;
}

.first.circle {
	top: 0px;
	left: 0px;
	background-color: rgba(0, 110, 171, 0.3);
}

.second.circle {
	top: 0px;
	right: 0px;
	background-color: rgba(40, 155, 56, 0.3);
}

.third.circle {
	bottom: 0px;
	left: 50%;
	background-color: rgba(243, 144, 0, 0.3);
}

.innerCircle {
	position: absolute;
	border-radius: 50%;
	display: inline-block;
	width: 0px;
	height: 0px;
}

.first.innerCircle {
	top: 15px;
	left: 25px;
	background-color: rgba(55, 129, 195, 1);
	opacity: 0.8;
}

.second.innerCircle {
	top: 15px;
	right: 25px;
	background-color: rgba(101, 180, 82, 1);
	opacity: 0.8;
}

.third.innerCircle {
	bottom: 0px;
	left: 50%;
	background-color: rgba(230, 127, 4, 1);
	opacity: 0.8;
}

.movieCenter {
	position: absolute;
	top: 149px;
	left: 199px;
	top: 179px;
	left: 239px;
	width: 101px;
	height: 111px;
}

.movieCenter img {
	width: 0%;
	height: 0%;
	opacity: 0;
}

.movieText {}

.circleText {
	display: none;
	position: absolute;
	font-weight: bold;
	font-size: 14pt;
	max-width: 200px;
	background-color: rgba(255,255,255,0.6);
	padding: 5px;
	border-radius: 5px;
	text-align: center;
}

.circleText.T_1_1 {
	display: inline-block;
	top: 10%;
	left: -200px;
	opacity: 0;
}

.circleText.T_1_2 {
	display: inline-block;
	top: 10%;
	left: -200px;
	opacity: 0;
}

.circleText.T_1_3 {
	display: inline-block;
	top: 10%;
	left: -200px;
	opacity: 0;
}

.circleText.T_2_1 {
	display: inline-block;
	top: 10%;
	right: -200px;
	opacity: 0;
}

.circleText.T_2_2 {
	display: inline-block;
	top: 10%;
	right: -200px;
	opacity: 0;
}

.circleText.T_2_3 {
	display: inline-block;
	top: 10%;
	right: -200px;
	opacity: 0;
}

.circleText.T_3_1 {
	display: inline-block;
	bottom: -150px;
	transform: translate(-50%, -0%);
	opacity: 0;
	left: 50%;
}

.circleText.T_3_2 {
	display: inline-block;
	bottom: -150px;
	transform: translate(-50%, -0%);
	opacity: 0;
	left: 50%;
}

.circleText.T_3_3 {
	display: inline-block;
	bottom: -150px;
	transform: translate(-50%, -0%);
	opacity: 0;
	left: 50%;
}