	/* G-Maps CSS */
	
	#gmOverlay {
		position: absolute;
		left: 0;
		width: 100%;
		background-color: #333;
		cursor: pointer;
		z-index: 8;
	}
	
    div#gmCenter {
        background: transparent url('_images/gm-moodal-side-border.jpg') top left repeat-y;
    }
    
	#gmCenter, #gmBottomContainer, #gm_top_element  {
		position: absolute;
		left: 50%;
		overflow: hidden;
		z-index: 9;
	}
	
	.gmLoading {
		background: #DDD url('_images/loading.gif') no-repeat center center;
	}
	
    #gm_top_element {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 10px;
        color: #666;
        text-align: left;
        border: none;
        background: transparent url('_images/gm-moodal-top-border.jpg') top center no-repeat;
    }
    
	#gmMap {
		width: 600px;
		height: 400px;
	}
	
	#gmBottom {
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 10px;
		color: #666;
		line-height: 1.4em;
		text-align: left;
		border-top-style: none;
        cursor: pointer;
        background: transparent url('_images/gm-moodal-bottom-border.jpg') top center no-repeat;
	}
	
	#gmCloseLink {
		display: block;
		float: right;
		width: 67px;
        height: 26px;
		background: transparent url('_images/button-close.jpg') no-repeat top left;
        border: solid 1px #000000;
		margin: 36px 0;
	}
	
    #gmCloseLink:hover {
        background: transparent url('_images/button-close.jpg') no-repeat bottom left;
    }
    
	#gmCaption {
		margin-right: 71px;
        padding-left: 20px;
	}

