#container_outer {
	position: absolute;
	width: 866px; 
	height: 665px; 
	background-color: #fff;
}

#close {
	border-bottom: 5px solid white;
	position: relative;
	width: 850px;
	height: 20px;
	background: url(../images/map_close_bck.gif);
	text-align: right;
}

#close_img {
	position: relative;
	margin-right: 5px;
	padding-top: 3px;
}

#container_inner {
	position: relative;
	width: 850px;
	height: 624px;
	top: 7px; 
	left: 7px;
}

#map_close {
	width: 850px; 
	height: 20px; 
	background-color: #6d6e73; 
	background-image: url(../images/map_close.jpg);
	margin-bottom: 5px;
	cursor: pointer;
}

#google_map {
	position: absolute;
	width: 648px;
	height: 622px;
	left: 200px;
	top: 25px;
	/*background: url(../images/map_map_pic.jpg);*/
	border: 1px solid #a8a8a8;
}

.loader {
	position: absolute;
	width: 648px;
	height: 622px;
	left: 200px;
	top: 25px;
	background: #6e6e6e;
	text-align:center;
}