	/* G-Maps CSS */
	
	#gmOverlay {
		position: absolute;
		left: 0;
		width: 100%;
		background-color: #333;
		cursor: pointer;
		z-index: 8;
	}
	
	#gmCenter, #gmBottomContainer {
		position: absolute;
		left: 50%;
		overflow: hidden;
		background-color: #fff;
		z-index: 9;
	}
	
	.gmLoading {
		background: #fff url(../img/loading.gif) no-repeat center;
	}
	
	#gmMap {
	  color: #000;
		width: 600px;
		height: 400px;
		border: 10px solid #fff;
	}
	
	#gmMap .gmnoprint img {
	 display: none; /*remove the close button */
	}

	#gmMap .gmnoprint div img {
	 display: block; /*display the other images */
	}
	
	#gmBottom {
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 10px;
		color: #666;
		line-height: 1.4em;
		text-align: left;
		border: 10px solid #fff;
		border-top-style: none;
	}
	
	#gmCloseLink {
		display: block;
		float: right;
		width: 80px;
		height: 22px;
		background: transparent url(../img/closelabel.gif) no-repeat center;
		margin: 5px 0;
	}
	
	#gmCaption {
		color: #000;
		margin-right: 71px;
	}

	div#gmapInfo {
		text-align: center;
	}
    
	img#gmapThumb {
		border: 0;
		margin: auto;
	}  
