#map { width:714px;height: 530px; }
.meltPopup img{
	display:block;
	width:100%;
	margin-top:10px;
}

.map-popup .fancybox-skin{
	border-radius:0;
}
#map-popup{
	border-top:9px solid #b9642b;
	background:#f1f0ec;
	padding:30px 40px 30px 18px;
}
#map-popup .slideshow{
	float:left;
	position:relative;
}
#map-popup .images{
	list-style:none;
	display:block;
	padding:0;
	margin:0;
	margin-right:15px;
	max-width:635px;
	float:left;
	overflow:hidden;
	white-space:nowrap;
}
#map-popup .images li{
	padding:0;
	margin:0;
	display:inline-block;
	margin-right:5px;
}
#map-popup .images li img{
	display:block;
	height:372px;
}
#map-popup .navigation{position:absolute;top:0;left:0;right:0;bottom:0;}
#map-popup .navigation .next,
#map-popup .navigation .previous{
	position:absolute;
	top:50%;
	left:20px;
	width:58px;
	height:58px;
	margin-top:-29px;
	background:url('../img/slideshow-arrows.png') 0% 50% no-repeat;
	text-indent:-999px;
	display:none;
}
#map-popup .navigation .next{
	left:auto;
	right:20px;
	background-position:100% 50%;
}
#map-popup h1{
	/*float:left;
	width:160px;*/
	margin:0;
	color:#99763c;
	font-size:18px;
	padding:0;
}
#map-popup .description{
	clear:both;
	padding-top:25px;
}
.map-popup .custom-close-button{
	color: #F1F0EC;
	font-size: 40px;
	position: absolute;
	right: -30px;
	top: 0;
	cursor:pointer;
}

.custom-control .reset-button{
	text-decoration:none;
	color:#000;
	padding:3px 5px;
	font: bold 14px/18px Arial,Helvetica,sans-serif;
	border-radius: 4px;
	background:rgba(255, 255, 255, 0.8);
	box-shadow:0 0 8px rgba(0, 0, 0, 0.4);
}
.custom-control .reset-button:hover{
	background:#fff;
	color:#777;
}