/* the overlayed element */
.apple_overlay_prod {
	/* initially overlay is hidden */
	display:none;
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:470px;
	/* a little styling */	
	font-size:12px;
	font-family: Arial;
	color: #FFFFFF;
}

/* default close button positioned on upper right corner */
.apple_overlay_prod div.close {
	position:absolute;
	top:-34px;
	cursor:pointer;
	height:25px;
	width:25px;
	background-image: url(../../img/apple-close.png);
	left: 610px;
}
/* CSS Document */

