

#imgbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	z-index: 1000;
}

.imgbox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	display: none;
	z-index: 90;
	padding-left:30px;
	padding-right:30px;
	padding-top:70px;
	padding-bottom:60px;
	
}

.imgbox-img {
	padding: 0;
	margin: 0;
	border: none;
	width:737px;
	height:457px;
	vertical-align: top;
	float:left;
}

.imgbox-close {
	position: absolute;
	top:15px;
	right:15px;
	height:16px;
	width: 16px;
	background: url('../Img/pro_close.jpg') top left no-repeat;
	cursor: pointer;
	outline: none;
}

.imgbox-title {
	margin-top:80px;
	margin-right:41px;
	color: #333;
	float:left;	
	color:#000;
	padding: 0;
	margin: 0;
	width:100%;
	clear:both;
}
.imgbox-title .proname{ text-align:center; height:34px; line-height:34px; overflow:hidden; font-size:18px; color:#d9a076; padding-top:25px;}
.imgbox-title .prosign{ height:20px; background:url(../Img/prosign.png) no-repeat center center;}
.imgbox-title .proremark{ line-height:26px; font-size:14px; color:#5e5e5e; text-align:center; margin-left:1px;}