#jquery-overlay-div {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
    display:none;   
}
#jquery-overlay-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
    display:none;
}