/* the overlayed element */
div.overlay {
	
	/* growing background image */
	 background-image:url(../images/overlay/transparent_rh.png); 
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:470px;		

	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding: 28px;
	overflow: hidden;
	
	color: #d7c362 !important;
	font-family: font-family: arial, verdanan, sans-serif;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	
	
	
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../images/overlay/close_rh.png);
	position:absolute;
	right:0px;
	top:2px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* black */
div.overlay.black {
	background:url(../images/overlay/transparent_rh.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(../images/overlay/petrol.png) no-repeat !important;
	color:#fff;
}

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