/**
 * Common
 */
#content {
	padding-bottom: 450px;
}

#extra_content {
	display: none;
}

#main_content {
	left: 0;
	padding-left: 1.33em;
	padding-right: 1.33em;
}


/**
 * Video
 */
#main_content .video {
	clear: both;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

#main_content .video:after {
	clear: left;
	content: '';
	display: block;
	height: 0;
}

#main_content .video .item {
	float: left;
	font-size: 87%;
	line-height: normal;
	margin: 0 40px 50px 0;
	padding-bottom: 303px;
	position: relative;
	white-space: nowrap;
	width: 400px;
}

#main_content .video .picture {
	background-color: #fff;
	background-repeat: no-repeat;
	bottom: 0;
	display: block;
	height: 300px;
	left: 0;
	position: absolute;
	width: 400px;
}

#main_content .video .picture .shape {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
}

#main_content .video .reel {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
}

#main_content .video .selected {
	padding-bottom: 355px;
	width: 402px;
}

#main_content .video .selected .reel {
	display: block;
}

#main_content .video .selected .pseudo_link {
	color: #000;
	cursor: auto;
	border-bottom: 0;
}

#main_content .video .selected .picture {
	display: none;
}

#main_content .video_inited {
	margin: 0 auto;
	width: 920px;
}

#main_content .video_inited .item {
	margin: 0;
	padding-bottom: 138px;
	position: absolute;
	width: 200px;
}

#main_content .video_inited .picture {
	height: 135px;
	width: 180px;
}

#player_container {
	margin-top: 1.2em;
	position: absolute;
}

#main_content .opback {
	background: #fff url(preloader.gif) center 260px no-repeat;
	display: block;
	filter: alpha(opacity=80);
	height: 1028px;
	left: 0;
	opacity: .8;
	position: absolute;
	top: 0;
	width: 100%;
}


/**
 * Talk Human
 */
.talk_human {
	left: 50%;
	margin-left: -174px;
	top: -257px;
}

.talk_human .human {
	background-image: url(talk_human.jpg);
	height: 257px;
	width: 347px;
}

.talk_human .message {
	left: 330px;
	top: 200px;
	white-space: nowrap;
}

.talk_human .mouth {
	height: 11px;
	width: 8px;
}

.talk_human .mouth ins {
	background-image: url(icons.png);
	height: 11px;
	width: 8px;
}

.talk_human .small_powerpack {
	display: block;
	left: 258px;
	top: 225px;
}

.talk_human .message_flu .mouth {
	bottom: auto;
	left: -7px;
	margin-top: -4px;
	top: 50%;
}