@charset "UTF-8";
/* CSS Document */

.night-map{
	max-width:729px;
	margin:0 auto;
	position:relative;
	height:auto;
}
.night-map img{
	display:block;
	position:relative;
	width:100%;
	height:auto;
	max-width:729px;
}
.night-map .event-pin{
	max-width:68px;
	max-height:68px;
}
.night-map .event-pin img{
	cursor:pointer;
}
.night-map .event-pin .info-window-outer{
	position:absolute;
	bottom:100%;
	min-width:320px;
	display:none;
}
.night-map .event-pin.open .info-window-outer{
	display:block;
}
.night-map .event-pin .info-window-outer .info-window-inner{
	background:#d8cf9c;
	padding:10px;
	max-width:295px;
}
.night-map .event-pin .info-window-outer .info-window-bottom{
	width:0;
	height:0;
	border-top:20px solid #d8cf9c;
	border-left:20px solid transparent;
	border-right:20px solid transparent;
	margin-left:13px;
}