div.overlay {
	background:url(/img/yellow.png) no-repeat;
	padding:40px;
	height:850px;
	width:580px;  
	display:none;
	z-index:100;
	border:0;
}

div.overlay div.close{
	background:url(/img/close.png) no-repeat;
	position:absolute;
	top:0;
	right:0px; 
	width:50px;
	height:50px;
	cursor:pointer;
}

#overlay {
	background:url(/img/yellow.png) no-repeat;
	color:#333;
}
/* container for external content. uses vertical scrollbar, if needed */

div.wrap {
	height:auto!important;
	height:800px;
	min-height:800px;
	overflow-y:auto;
}
.imgOverlay{
	display:block;
	position:relative;
	width:580px;
	height:380px;
}

