
/* the overlayed element */
.apple_overlay {
	position:absolute;
	z-index:25000;
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background:url(../img/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	/* some padding to layout nested elements nicely  */
	padding:35px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(../img/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:25px;
	width:25px;
}

/* the overlayed element */
.apple_overlay2 {
	position:absolute;
	z-index:25000;
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background:url(../img/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	/* some padding to layout nested elements nicely  */

}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(../img/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:25px;
	width:25px;
}

/* the overlayed element */
.apple_overlay_rect {
	position:absolute;
	z-index:25000;
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background:url(../img/whiterect.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	/* some padding to layout nested elements nicely  */
	padding:35px;
}

/* default close button positioned on upper right corner */
.apple_overlay_rect div.close {
	background-image:url(../img/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:25px;
	width:25px;
}



/* the overlayed element */
.apple_overlay_rect2 {
	position:absolute;
	z-index:25000;
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background:url(../img/whiterect2.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	/* some padding to layout nested elements nicely  */
	padding:35px;
}

/* default close button positioned on upper right corner */
.apple_overlay_rect2 div.close {
	background-image:url(../img/close.png);
	position:absolute; right:35px; top:20px;
	cursor:pointer;
	height:25px;
	width:25px;
}
