	div#crop{
		width: 100%; /* or whatever is required */
		text-align: center; /* ensures the image is always in the h-middle */
		overflow: hidden; /* hide the cropped portion */
		height:470px;
	}
	img#see-map-large{
		position: relative;/* allows repositioning */
		left: 100%; /* move the whole width of the image to the right */
		margin-left: -200%; /* magic! */
		/*width:100%;*/
		height:475px;
	}
	#static-map{
		cursor:pointer;
		background-color:#e2e2e2;
	}

	a.iconGoogleMaps{
		width:100% !important;
		border:none;
		background-color:#EAEAEA !important;
		color: #000 !important;
	}

@media (max-width:767px) {

	div#crop{
		width:100%;
		height:250px;
	}
	img#see-map-large{
		width:auto;
		height:250px;
		/*left: 85% !important;*/
	}

	#map_canvas {
		/*height: 25px !important;*/
		background-color: #EAEAEA;
		/*padding: 5px 0px 10px 10px;*/
		margin-bottom:10px;
		border-top:1px solid #f1f1f1;
	}
	#static-map{
		cursor:default;
		background-color:#e2e2e2;
	}
}
