.overlay {
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

#about_exhibition-wrapper {
	position: fixed;
	/*top: 20px;
	left: -6px;*/
	bottom:59px;
	z-index: 1000;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	/*display:none;*/
	width: 580px;
	height: 700px;
	right: 50%;
	right:-600px;
	margin-right: -286px;
}

#about_exhibition_board {
	position: absolute;
	background: url('../resources/layout/about_board.png') no-repeat;
	/*background-size: cover;*/
	width: 520px;
	height: 766px;
	display: inline-block;
	vertical-align: bottom;
	bottom:-110px;
	left: 24px;
	overflow: visible;
}
#about_close_btn{
	background-image: url('../resources/layout/close_btn_shadow.png');
	width: 25px;
	height: 25px;
	position: absolute;
	right: -17px;
	top: 0px;
	left: 530px;
	cursor:pointer;
}
#about_flag {
	background: url('../resources/layout/about_flag.png') no-repeat;
	/*background-size: cover;*/
	width: 530px;
	height: 196px;
	position: absolute;
	top:-31px;
	left: -6px;
}
#about_header {
	/*background: cornsilk;*/
	width: 278px;
	height: 79px;
	position: absolute;
	top: 65px;
	left: 50%;
	margin-left: -169px;
	text-align: center;
	font-size: 25px;
}
#about_header #header_align{
	height:100%;
	width:65px;
	vertical-align: middle;
	display: inline-block;
}
#about_header #header_text{
	vertical-align: middle;
	display: inline-block;
}
.en #about_header #header_align{
	width:32px;
}
.en #about_header #header_text{
	font-size: 20px;
	line-height: 1.3em;
	text-align: center;
}

#about_text {
	/*background: cornsilk;*/
	width: 463px;
	
	height: 372px;
	position: absolute;
	top: 143px;
	left: 50%;
	margin-left: -210px;
	
	overflow: hidden;
}
.en #about_text{
	width:471px;
	margin-left: -218px;
}
#about_text_wrap {
	width: 530px;
	height: 415px;
	/*width: 420px;
	width:100%;*/
	height: 372px;
	overflow-x:hidden; 
	overflow: auto;
}
#about_text_content {
	width:420px;
	width: 433px;
	
	font-size: 15px;
	line-height: 23px;
	line-height: 1.8em;
	padding: 0.1px 0px;
}
.en #about_text_content{
	width:437px;
}
#about_text_content p {
	margin: 11px 0px;
}
#about_box {
	background: url('../resources/layout/about_bottom_left.png') no-repeat;
	/*background-size: cover;*/
	width: 256px;
	height: 122px;
	position: absolute;
	bottom:71px;
	left: -22px;
}
#about_flower {
	background: url('../resources/layout/about_bottom_right.png') no-repeat;
	/*background-size: cover;*/
	width: 207px;
	height: 183px;
	position: absolute;
	bottom:79px;
	right: -10px;
}
