﻿/* the overlayed element */ 
.simple_overlay           
{
	/* initially overlay is hidden */     
	display:none;       
	/* growing background image */     
	/*background-image:url(/ws_addmin/xsltemplates/InteractiveImageMap/defaultres/imgdefaultoverlay/white.png);         */
	/* width after the growing animation finishes   height is automatically calculated     */     
	              
	/* some padding to layout nested elements nicely  */     
	padding:5px;      /* a little styling */
	padding-top:0px;         
	font-size:11px; 
	border: solid 1px #cccccc;
	background-color:#ffffff;
	/*min-height:200px;
	min-width:200px;*/
}  


/* close button positioned on upper right corner */ 
.simple_overlay .close      
{
	background-image:url(/ws_addmin/xsltemplates/InteractiveImageMap/defaultres/imgdefaultoverlay/close.png);     
	position:absolute;     
	right:-15px;     
	top:-15px;     
	cursor:pointer;     
	height:35px;     
	width:35px; 
}