
/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(../sg_index6_media/black.png);
	/* dimensions after the growing animation finishes  */
	width:767px;
	height:570px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

div.overlay2 {
	
	/* growing background image */
	background-image:url(../sg_index6_media/grey.png);
	/* dimensions after the growing animation finishes  */
	width:767px;
	height:570px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

div.overlay3 {
	
	/* growing background image */
	background-image:url(../sg_index6_media/grey.png);
	/* dimensions after the growing animation finishes  */
	width:767px;
	height:570px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

div.swf2{
	position: relative;
	left: 120px;
}

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

div.overlay2 div.close {
	background-image:url(../sg_index6_media/close.png);
	position:absolute;
	right:13px;
	top:13px;
	cursor:pointer;
	height:35px;
	width:35px;
}

div.overlay3 div.close {
	background-image:url(../sg_index6_media/close.png);
	position:absolute;
	right:13px;
	top:13px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#mask {
	background:#123 url(../sg_index6_media/mask_gradient_1800.png) no-repeat;
	background-position:20% -200px; 
}

