.content-header{	
	background: #005500;
	line-height: 35px;
	color: #FFF;
	padding-left: 5px;
	margin-bottom: 10px;
}


.content-a{margin-top: 10px;}
.content-a-content{
	
}
.thumbnail{	text-align: center;}
.thumbnail img{	width: 350px;	height: 200px;}
.title{	padding-left: 20px;	font-weight: bold;}
.detail{	padding-left: 20px;	font-size: 13px;}

.content-b{	margin-top: 10px;	margin-bottom: 10px;}
.content-b-content{font-weight: bold;}

.content-left{padding-left: 30px; background: #006666;color: #FFF;margin-right: 20px; margin-left: 20px;}
.content-arrow{padding: 0px;text-align: center;margin-top: 5px;margin-left: 20px;}
.content-arrow img{width: 100px;height: 21px;}

.image_popup{	
	display: none;
	position: fixed;
	border-radius: 2px;
	border: 1px solid #999;
	width: 550px;
	height: 600px;
	box-shadow: 5px 5px 5px #666666;
	z-index: 9999; 
	top:50%;
	left:50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.image_popup image{
	width: 100%;
	height: 100%;
}
.exit_popup{
	width: 50px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	position: absolute;
	top:5px;
	right: 5px;
	background: #EE0000;
	cursor: pointer;
}
.exit_popup:hover{
	background: #BB0000;
}
.link_popup{
	cursor: pointer;
}
