.googlemaps {
	position: relative;
	min-height: 1px;
	z-index: 1;
}
	.googlemaps-infobox {
		position: absolute;		
		width: 200px;
		background: #fff;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
		border-radius: 4px;
		line-height: normal;
		padding: 10px;
		visibility: hidden;
		cursor: default;
		z-index: 1;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
		.googlemaps-infobox-tip {
			width: 13px;
			height: 10px;
			background:url('/scripts/google/infoboxtip.png');
			background-repeat: no-repeat;
			background-position: left top;
			position: absolute;
			bottom: -10px;
			left: 50%;
			margin-left: -6px;
			-webkit-filter: drop-shadow(rgba(0,0,0,0.3) 1px 1px 1px);
		}
		.googlemaps-infobox-btn-close {
			position: absolute;
			top: 5px;
			right: 5px;
			width: 16px;
			height: 16px;
			background: url('/scripts/google/close.png') no-repeat left top;
		}
		.googlemaps-infobox-content {
		}
			.googlemaps-infobox-content img {
				max-width: 100%;
				max-height: 100%;
			}
