	/* G-Maps CSS */
	
#gmOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100% !important;
	z-index: 999;
	background-color:#000000;
}


#gmCenter {
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index: 999;
	cursor: pointer;
	background: url(../images/sfs/map-bg.png) 50% 100% no-repeat; _background: none;
	padding: 20px;
	_padding: 0;
	height: 400px;
	

}


#gmBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index: 999;
	cursor: pointer;
}

.gmLoading {
	background: #fff url(../images/sfs/loading.gif) no-repeat center;
}

#gmMap {
	width: 600px;
	height: 400px;
	border: 10px solid #F9FAE3;
	background: #F9FAE3;
}

#gmCloseLink {
	display: block;
	width: 28px; 
	height: 28px;
	background: url(../images/sfs/widget_close.png)  0 0 no-repeat;
	_background: url(../images/sfs/widget_close.gif)  0 0 no-repeat;
	position: absolute;
	left: 20px;
	top:  20px;
	_top: 0;
	_left: 0;
}
#gmCloseLink:hover {
	background-position: 0 -28px;
}