/*
$Site= 		'unitex-products';
$dossier= 	'site/jquery/';
$prog= 		'apple-overlay.css';
*/

/* the overlayed element */
.apple_overlay {
	display:none;	/* initially overlay is hidden */
	background-image:url(decors/kr800x500.png);	/* growing background image */
	width:858px;	/*	width after the growing animation finishes	height is automatically calculated	*/	
	padding:35px;	/* some padding to layout nested elements nicely  */
	font-size:14px;		/* a little styling */


}
* html .apple_overlay {
	display:none;	/* initially overlay is hidden */
	background-image:url(decors/kr800x500.gif);	/* growing background image */
	width:858px;	/*	width after the growing animation finishes	height is automatically calculated	*/	
	padding:35px;	/* some padding to layout nested elements nicely  */
	font-size:14px;		/* a little styling */


}

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




/* container for external content. uses vertical scrollbar, if needed */
.contentWrap {
		height:500px;
		overflow-y:auto;
}

