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

	/* a little styling */	
	font-size:11px;
}

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

#apple2 {
		background-image:url(apple.png);
		color:#fff;
		padding:50px 70px;
		line-height: 23px;
		font-size:13px;
}

#apple3 {
		background-image:url(apple.png);
		color:#fff;
		padding:50px 70px;
    	line-height: 23px;
		font-size:13px;
}

#apple4 {
		background-image:url(apple.png);
		color:#fff;
		padding:50px 70px;
    	line-height: 23px;
		font-size:13px;
}

#apple5 {
		background-image:url(apple.png);
		color:#fff;
		padding:50px 70px;
    	line-height: 23px;
		font-size:13px;
}


#apple6 {
		background-image:url(apple.png);
		color:#fff;
		padding:50px 70px;
    	line-height: 23px;
		font-size:13px;
}


#apple7 {
		background-image:url(apple_smaller.png);
		color:#fff;
		padding:50px 70px;
    	line-height: 23px;
		font-size:13px;
}

#apple8 {
		background-image:url(apple_smaller.png);
		color:#fff;
		padding:50px 70px;
    	line-height: 23px;
		font-size:13px;
}

#apple10 {
		background-image:url(apple.png);
		color:#fff;
		padding:50px 70px;
    	line-height: 23px;
		font-size:13px;
}


.apple_overlay2 {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(white2_smaller.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:300px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

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