@charset "utf-8";
/* CSS Document */

div.overlay { 
	background-color:CCCCCC;
    background-image:url(../images/white_close.png?); 
    /* dimensions after the growing animation finishes  */ 
    width:560px; 
    height:450px;         
     
    /* initially overlay is hidden */
    display:none;  
     
    /* some padding to layout nested elements nicely  */ 
   
} 

#GImage{
	margin: 50px 0px 10px 43px;
}
#imgCaption{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px 0px 20px 50px;
}
div.overlay div.close { 
    position:absolute; 
    right:0px; 
    top:0px; 
    cursor:pointer; 
    height:40px; 
    width:40px; 
} 
 
 
/* black */ 


img.close{
	margin: 10px 200px 0px 0px;
	cursor: pointer;
}