
/* the overlayed element */
#medal.overlay {
	
	/* growing background image */
	background-image: url(/i/0.gif);
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:470px;		
	
	/* 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(/i/close.png);
	position:absolute;
	right: -5px;
	top: -5px;
	cursor:pointer;
	height:24px;
	width:24px;
}


/* the overlayed element */
#del.overlay {
	
	/* growing background image */
	background: url(/i/0.gif);
	border: 0px solid #fc0000;
	/* dimensions after the growing animation finishes  */
	width:450px;
	height:100px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */

}
#del.overlay button{
	
	/* growing background image */
	background: #055a90;
	border: 1px solid #059dfd;
	/* dimensions after the growing animation finishes  */
	width:60px;
	height:25px;		
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
#del.overlay input{
	
	/* growing background image */
	background: #b30303;
	border: 1px solid #fc0303;
	/* dimensions after the growing animation finishes  */
	width:60px;
	height:25px;		
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

#pdf.overlay {
	
	/* growing background image */
	background: url(/i/0.gif);
	border: 0px solid #fc0000;
	/* dimensions after the growing animation finishes  */
	width:470px;
	height:200px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */

}
#pdf.overlay button{
	
	/* growing background image */
	background: #055a90;
	border: 1px solid #059dfd;
	/* dimensions after the growing animation finishes  */
	width:60px;
	height:25px;		
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
#pdf.overlay input{
	
	/* growing background image */
	background: #b30303;
	border: 1px solid #fc0303;
	/* dimensions after the growing animation finishes  */
	width:60px;
	height:25px;		
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

#mes.overlay {
	
	/* growing background image */
	background: url(/i/0.gif);
	border: 0px solid #fc0000;
	/* dimensions after the growing animation finishes  */
	width:310px;
	height:270px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */

}
#mes.overlay button{
	
	/* growing background image */
	background: #055a90;
	border: 1px solid #059dfd;
	/* dimensions after the growing animation finishes  */
	width:60px;
	height:25px;		
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

/* default close button positioned on upper right corner */
#photo.overlay #photo.close {
	background-image:url(/i/0.gif);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
#photo.overlay {
	
	/* growing background image */
	background: url(/i/uae_map.gif);
	border: 1px solid #fc0000;
	/* dimensions after the growing animation finishes  */
	width:802px;
	height:600px;		
	padding: 0px;
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */

}
#photo.overlay button{
	
	/* growing background image */
	background: #055a90;
	border: 1px solid #059dfd;
	/* dimensions after the growing animation finishes  */
	width:60px;
	height:25px;		
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
#photo.overlay input{
	
	/* growing background image */
	background: #b30303;
	border: 1px solid #fc0303;
	/* dimensions after the growing animation finishes  */
	width:60px;
	height:25px;		
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

/* default close button positioned on upper right corner */
#photo.div.overlay  #photo.div.close {
	background-image:url(/i/0.gif);
	position:absolute;
	right:-20px;
	top:-20px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#panoramic.overlay {
	
	/* growing background image */
	background: #fff url(/i/0.gif);
	/* dimensions after the growing animation finishes  */
	width:620px;
	height:375px;		
	padding: 0px;
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */

}
#panoramic.overlay button{
	
	/* growing background image */
	background: #055a90;
	border: 1px solid #059dfd;
	/* dimensions after the growing animation finishes  */
	width:60px;
	height:25px;		
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
#panoramic.overlay input{
	
	/* growing background image */
	background: #b30303;
	border: 1px solid #fc0303;
	/* dimensions after the growing animation finishes  */
	width:60px;
	height:25px;		
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

/* default close button positioned on upper right corner */
#panoramic.overlay #panoramic.close {
	background-image:url(/i/0.gif);
	position:absolute;
	right:-20px;
	top:-20px;
	cursor:pointer;
	height:35px;
	width:35px;
}

