body {
	padding: 0;
	margin: 0;
	text-align: center;
}

#movie {
}

#imageWrap {
	width: 100%;
	text-align: center;
}

#btnClose {
	width: 55px;
	height: 55px;
	position: fixed;
	_position: relative;
	top: 0;
	right: 40px;
	cursor: pointer;
}
#btnClose a{
	display: block;
	width: 55px;
	height: 55px;
	background: url(../../../../3ds/common/img/btnClose.png) 0 0 no-repeat;
}
#movieplayer{
	display: block;
	clear: both;
}
object,img{
	vertical-align: top;
}
#movieplayer2{
	display: block;
	clear: both;
	height: 360px;
	overflow: hidden;
}
