	.maps-table{
		margin-left:10px;
		width:100%;
		}
	
	#map1, #map2, #map3, #map4, #map5,#map6,#map7,#map8,#map9,#map10{
	/*width: 510px;
	width:95%; 
	/\width:90%;*/
	width:100%;
	height: 20em;
	margin-bottom:25px;
	margin-top:-25px;
	}
	
	.map-info-window{
	}
	
	.map-info-window a{
		color:#666666;
		cursor:pointer;
		font-size:12px;
		font-weight:bold;
		position:relative;
		top:-1.9em;
		/\top:-2.9em;
		left:9em;
		display:inline;

		
	}
	
	.map-info-window a:hover{
		color:#990000;
		cursor:pointer;
		font-size:12px;
		font-weight:bold;
	}
		
	.map-info-window p{
		color:#999999;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	.map-info-window h1{
		color:#999999;
		font-size:12px;
		
	}
	
	.display-class-off{
	display:none;
	}
	
	.display-class-on{
	display:block;
	}
	
	.close-map{
	background-image:url(../images/close.png);
	position:relative; 
	margin-top:-50px; 
	float:right;
		}
	

