
/* overlay */

#DP_overlay {
	background:#000;
  	-moz-opacity: 0.80 !important;
  	opacity: 0.80 !important;
	filter:alpha(opacity=80) !important;
	position:absolute;
	top:0px;
	left:0px;
	height:500px;
	width:100%;
	z-index:990;
	display:none;
}
#DP_show {
	position:absolute;
	width:913px;
	margin-left:50%;
	padding:0 !important;
	background:#111 url(images/property-bg.jpg) no-repeat left bottom;
	border: 1px solid #666;
	display:none;
	z-index:992;
	min-height:730px;
	height: auto !important;
	height: 730px;
}
#DP_waiting {
	margin:0 auto;
	width:918px;
	text-align:center;
	min-height:730px;
	height: auto !important;
	height: 730px;
}
#DP_waiting img {
	border:none;
}


