/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background:#000;
	width:500px;
	height:550px;
	display:none;
	padding:40px;overflow:hidden;border:1px solid #555; 
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(http://www.technical-property.com/wp-content/themes/technical-property-theme/js/jc/images/close.png);background-repeat:no-repeat;
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:32px;
	width:32px;
}


/* black */
div.overlay.black {
	background:url(http://www.technical-property.com/wp-content/themes/technical-property-theme/js/jc/images/transparent.png) no-repeat  !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}


/* black */
div.overlay.black {
	background:url(http://www.technical-property.com/wp-content/themes/technical-property-theme/js/jc/images/transparent.png) no-repeat  !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(http://www.technical-property.com/wp-content/themes/technical-property-theme/js/jc/images/petrol.png) no-repeat  !important;
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}

