#gmap-search .gmap-container {padding: 9px;	display: block;}
#gmap-search .gmap-container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
#gmap-search .gmap-wrapper {float: left; width: 97%;}
#gmap-search .slider-wrapper {float: right; width: 2%; margin: 29px 0px;}
#gmap-search .gmap {
	width: 100%;
	height: 500px;
	border: 1px solid #efead9;
}
#gmap-search .slider-wrapper .slider {
	margin: 0 auto;
	position: relative;
	width: 2px;
	height: 384px;
    padding: 29px 0px;
	background: #efead9;
	border-top: 1px solid #e3dbce;
	border-left: 1px solid #e3dbce;
}
#gmap-search .slider .ui-slider-handle {
	position: absolute;
	z-index: 1;
	background: #ff9b4f;
	border: 1px solid #fff;
	width: 7px;
	height: 58px;
	bottom: 0;
	margin: -29px -4px;
}
#gmap-marker {padding: 0; display: block;}
#gmap-marker .gmap-container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
#gmap-marker .gmap-wrapper {width: 100%;}
#gmap-marker .gmap {
	width: 100%;
	height: 400px;
}
.gmap img { 
  max-width: none;
}

.gmap label { 
  width: auto; display:inline; 
} 