/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(/media/overlay/white2.png); 

	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:785px;		
	
	/* some padding to layout nested elements nicely  */
	padding:40px 30px 35px 40px;

	/* a little styling */	
	font-size:11px;
	z-index:-1;

}

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

/* the overlayed element */
.apple_overlay2 {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(/media/overlay/white2.png); 

	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:400px;		
	
	/* some padding to layout nested elements nicely  */
	padding:40px 30px 35px 40px;

	/* a little styling */	
	font-size:11px;
	z-index:-1;

}

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


div.apple_overlay.black { 
    background-image:url(/media/overlay/transparent.png);         
    color:#fff; 
}


#triggers {
	margin-top:10px;
	text-align:center;
	z-index:-1;
}

#triggers img {
	float: left;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	height: 115px;
	width: 115px;
	margin:5px 24px 20px 0;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	z-index:9999;
}

#triggers2 img {
	cursor:pointer;

	z-index:9999;
}


.bride_img {
	max-width: 600px;
	max-height: 535px;
}


.details {
	position: absolute;
	top: 40px;
	right: 50px;
	width: 150px;
}

.details p{
	font-family: "Century Gothic";
	font-size: 110%;
}

.details h2{
	padding: 0;
	margin: 0;
}
