#main_wrapper{
	width:100%;
	text-align:center;
}
#detail_wrapper{
	width:865px;
	margin:auto;
}
#next{
	width:25px;
	float:left;
	padding:250px 0 0 0;
}
#prev{
	width:25px;
	float:left;
	padding:250px 0 0 0;
}
#data_wrapper{
	width:814px;
	float:left;
}
#close_button{
    width:804px;
    height:20px;
    text-align:right;
    margin:0 5px 0 0;
}
#top{
	width:814px;
	height:17px;
	background:url('../img/detail_top.png') no-repeat;
	/*border:1px solid white;*/
}
#bottom{
	width:814px;
	height:17px;
	background:url('../img/detail_bottom.png') no-repeat;
}
#data_body{
	width:814px;
	background:url('../img/detail_bg.png') repeat-y;
}
#loader{
	display:none;
}
/*------------------------------*/
#data_head{
	width:770px;
	border:1px solid #1e1e1e;
	margin:auto;
}
#head_left{
	width:700px;
	float:left;
	text-align:left;
	font-size:1.4em;
}
#head_right{
	width:70px;
	float:left;
	font-size:0.9em;
	text-align:right;
}
.news_head{
	color:#ccff00;
}
.know_head{
	color:#f4bd00;
}
.exp_head{
	color:#a8eeff;
}
.bus_head{
	color:#da84e6;
}
/*-----------------------------*/
#data_gal{
	width:770px;
	height:390px;
	margin:auto;
}
#gal_left{
	width:615px;
	height:390px;
	float:left;
}
#gal_right{
	width:145px;
	height:390px;
	float:left;
	margin:0 0 0 10px;
}
.thumb{
	width:145px;
	height:90px;
	margin:0 0 10px 0;
	cursor:pointer;
}
/*-----------------------------*/
#detail_text{
	width:770px;
	margin:auto;
}
#detail_body{
	margin:10px 0 0 0;
	text-align:left;
}
#detail_link{
	margin:10px 0 0 0;
	float:right;
}
.detail_link{
	color:#ffffff;
	text-decoration:none;
}
.clear{
	clear:both;
}

