.static-map-wrapper{
	width: 100%;
	height: 100%;
	position: relative;
}

.blank-modal .static-map-wrapper{
	width: 763px;
	height: 826px;
	margin: 0 auto;
	border: solid 10px #fff;
	background: #fff url(../images/map-legend.png) no-repeat 50% 99%;
	background-size: contain;
}

#staticMapBanner{
	width: 100%;
	height: 100%;
}

.banner-module{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.banner-module img{
	width: 100%;
	height: auto;
	border: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
}

#bannerPager{
	width: 35px;
	height: 555px;
	background: url(../images/map-guide.png) no-repeat 0 0;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1000;
	text-align: center;
	padding: 38px 0;
}

#bannerPager a{
	width: 35px;
	display: block;
	background: transparent url(../images/map-dot.png) no-repeat 50% 50%;
	padding: 0;
	text-align: left;
	text-indent: -9999px;
	position: relative;
}

#bannerPager .activeSlide{ background-image: url(../images/map-dot-selected.png); }

.pager-height-3{ height: 160px; }

.pager-height-4{ height: 120px; }

.pager-height-5{ height: 96px; }

.pager-height-6{ height: 80px; }