body {
	padding: 0;
	margin: 0;
	text-align: center;
}

#movie, #image {
}

#imageWrap {
	width: 100%;
	text-align: center;
}

#TB_btnClose {
	width: 55px;
	height: 55px;
	position: fixed;
	_position: relative;
	top: 0;
	right: 10px;
	cursor: pointer;
}
#TB_btnClose a{
	display: block;
	width: 55px;
	height: 55px;
	background: url(../imgCmn/btn_ThickboxClose.png) 0 0 no-repeat;
}
#movieplayer{
	display: block;
	clear: both;
}
object{
	vertical-align: top;	
}

/* IE6 movie  */

* html #TB_contentHeader{
	height: 27px;
	width: 640px;
	position: relative;
	margin: 0 auto 2px auto;
}

* html #TB_btnClose{
	width: 27px;
	height: 27px;
	background: url(../imgCmn/bg_btnIE6Close.gif) left bottom no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}
* html #TB_btnClose a{
	width: 27px;
	height: 27px;
	display: block;
	background: url(../imgCmn/bg_btnIE6Close.gif) left top no-repeat;
	margin: 0;
	padding: 0;
}
* html #TB_btnClose a:hover{
	background-image: none;
}
