/* OVERLAY */

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background:url(../images/overtop.png) no-repeat top left !important;
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:583px;		
	
	/* some padding to layout nested elements nicely  */
	padding: 51px 0 0 0;

	/* a little styling */	
	font-size:11px;
	top: 500px;
}
.apple_overlay-bottom{
	background:url(../images/over-bottom.png) no-repeat bottom left !important;	
	padding:  0 0 19px 0;
}
.apple_overlay-cont{
	background:url(../images/over-midd.png) repeat-y top left !important;	
	min-height: 300px;
	display: block;
}
/* the overlayed element */
.apple_overlay2 {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background:url(../images/overtop2.png) no-repeat top left !important;
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:1039px;		
	
	/* some padding to layout nested elements nicely  */
	padding: 51px 0 0 0;

	/* a little styling */	
	font-size:11px;
	top: 500px;
}
.apple_overlay2 .apple_overlay-bottom{
	background:url(../images/over-bottom2.png) no-repeat bottom left !important;	
	padding:  0 0 19px 0;
}
.apple_overlay2 .apple_overlay-cont{
	background:url(../images/over-midd2.png) repeat-y top left !important;	
	min-height: 300px;
	display: block;
}
/* default close button positioned on upper right corner */
.apple_overlay div.close , .apple_overlay2  div.close {
	/*
background-image:url(../img/overlay/close.png);
*/
	position:absolute; right:0px; top:0px;
	cursor:pointer;
	height:45px;
	width:45px;
}

.apple_overlay-padd{
	padding: 0px 30px 10px 25px;
	color: #6F6E6E;
}
.apple_overlay2 .apple_overlay-padd{
	padding: 0px 30px 10px 10px;
	color: #6F6E6E;
}
.apple_overlay-padd h3{
	margin-left: -15px;
	background: #343434 url(../images/sidebartitle2.png) no-repeat center right;
}
.apple_overlay-padd h2{
	font-size: 14px;
	margin-left: 30px;
	float: left;
	line-height: 1.4;
}




