/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(../images/fill_bg.jpg);
	
	/* dimensions after the growing animation finishes  */
	width:371px;
	height:300px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:0px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../images/xclose.jpg);
	position:absolute;
	right:10px;
	top:15px;
	cursor:pointer;
	width:53px;
	height:23px;
}

div.overlay1 {
	
	/* growing background image */
	background-image:url(../images/top100_01.jpg);
	
	/* dimensions after the growing animation finishes  */
	width:759px;
	height:536px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:0px;
}
div.overlay1 div.close {
	background-image:url(../images/xclose.jpg);
	position:absolute;
	right:20px;
	top:20px;
	cursor:pointer;
	width:53px;
	height:23px;
}

div.overlay2 {
	
	/* growing background image */
	background-image:url(../images/top.jpg);
	
	/* dimensions after the growing animation finishes  */
	width:759px;
	height:536px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:0px;
}
div.overlay2 div.close {
	background-image:url(../images/xclose.jpg);
	position:absolute;
	right:20px;
	top:20px;
	cursor:pointer;
	width:53px;
	height:23px;
}

div.overlay3 {
	
	/* growing background image */
	background-image:url(../images/popup_announce.jpg);
	
	/* dimensions after the growing animation finishes  */
	width:759px;
	height:536px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:0px;
}
div.overlay3 div.close {
	background-image:url(../images/xclose.jpg);
	position:absolute;
	right:20px;
	top:20px;
	cursor:pointer;
	width:53px;
	height:23px;
}

