div#overlay { 
	background-image:url(http://localhost/afw/interfase/white.png);
	/* dimensions after the growing animation finishes  */
	width:870px;
	height:470px;		
	/* initially overlay is hidden */
	display:none;
}

/* default close button positioned on upper right corner */
div#overlay div.close {
	background-image:url(http://localhost/afw/interfase/apple-close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:28px;
	width:28px;
}
/* black */
div#overlay.black {
	background:url(http://localhost/afw/interfase/transparent.png) no-repeat !important;
	color:#fff;
}
/* petrol */
div#overlay.petrol {
	background:url(http://localhost/afw/interfase/petrol.png) no-repeat !important;
	color:#fff;
}
div#black h2, div#petrol h2 { color:#ddd;}
div.overlay-wrap {
}

