/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	z-index:2000;
	/* growing background image */
	
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:358px;		
	
	/* some padding to layout nested elements nicely  */
	/*padding:35px; */
	left:20%;
	/* a little styling */	
	font-size:11px;
}

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

.social-share.top {
	top: 35px !important;
}