@charset "utf-8";
#container .info {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: none;
	text-align: center;
	vertical-align: middle;
	background-repeat: repeat;
	background-color: #398437;
}
#container p {
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
	margin-top: 45%;
}

#DB_gallery .DB_imgSet .DB_imgWin .name {
	position: absolute;
	top: 50px;
	left: 400px;
	width:auto;
	max-width: 450px;
}
#DB_gallery .DB_imgSet .DB_imgWin .intro {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	background-color: rgba(150,150,150,0.7);
	padding: 20px;
	height: auto;
	width: 300px;
	margin-top: 0px;
	border: 3px solid #FFF;
	position: absolute;
	left: 450px;
	top: 350px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
}
