

#mask {
	
	position:absolute; 
	left:0px;
	z-index:900;  
    background-color:#000;  
    display:none;  
}  

#boxes .window {  
    position:absolute;
	top:0px;
	left:0px;
    width:350px;  
    height:220px;  
    display:none;  
    z-index:999;  
    padding:20px;
 }  
  
/* Customize your modal window here, you can add background image too */  
#boxes #dialog1 {  
    width:350px;   
    height:220px;
	background-image:url(../img/info_plate1.png);
	background-repeat:no-repeat;
 }  
 
#boxes #dialog2 {  
    width:350px;   
    height:220px;
	background-image:url(../img/info_plate2.png);
	background-repeat:no-repeat;
 }  
 
#boxes #dialog3 {  
    width:350px;   
    height:220px;
	background-image:url(../img/info_plate3.png);
	background-repeat:no-repeat;
 }  
 
#boxes #dialog4 {  
    width:350px;   
    height:220px;
	background-image:url(../img/info_plate4.png);
	background-repeat:no-repeat;
 }  

#close { float:left; margin-top:170px; margin-left:265px;}
