.map_wrap {
	background:#CCCCCC;
	position:relative;
	width:100%;
	min-width:320px;
	padding-top:50px;
	text-align:center;
}

.map_wrap img {
	width:80%;
	z-index:0;
	margin:0 auto;
}

.map_container {
	position:relative;
	margin-left:3%;
	padding-bottom:20px;
}

.post_location {
	position:absolute;
	z-index:600;
	width:30px;
	height:30px;
	cursor: pointer;
	background:url("../img/mapbtn.png") no-repeat;
}

.post_location:hover {
	background:url("../img/mapbtn_hover.png") no-repeat;
}

.post_active {
	background:url("../img/mapbtn_active.png") no-repeat !important;
}

.post_location div {
	display:none;
	position:relative;
	top:-30px;
	left:-33px;
	width:100px;
	background:url("../img/loc_arrow.png") 41px 10px no-repeat;
}

.post_location div p {
	padding:2px;
	position:relative;
	bottom:14px;
	background:#000000;
	color:#FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.map_arrow {
	position:absolute;
	bottom:23px;
	left:2px;	
}

.map_post_container {
	position:absolute;
	width:200px;
	height:200px;
	top:-23px;
}


#map_post {
	display:none;
	position:absolute;
	white-space:nowrap;
	background:url("../img/mapinfobg.png");
	border:3px solid #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index:100;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 1);
}

#map_closebtn {
	display:none;
	position:absolute;
	cursor: pointer;
	width:20px;
	height:20px;
	top:-9px;
	left:-10px;
	z-index:200;
	background:url("../img/closebtn.png") no-repeat;
}

#map {
	overflow: hidden;
	position:relative;
}

#map_shift {
	position:absolute;
	left:0;
	top:0;
}

#map_shift a {
	display:block;
	float:left;
}

.story, .story img, .story_title, #map_shift a, #map_post, #map {
	width:180px;
}

.story, .story img, #map_shift a, #map_post, #map {
	height:180px;
}

.story {
	position:relative;
	display: inline-block;
	zoom: 1;
    *display: inline;
    overflow: hidden;
}

.story img {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.story_title {
	position:relative;
	text-align:center;
	padding:3px 0;
	font-weight:bold;
	color:#333333;
	background:url("../img/mapinfobg.png");
	z-index:1;
}

#post_left, #post_right {
	display:none;
	width:15px;
	height:29px;
	position:absolute;
	top:79px;
	cursor:pointer;
}

#post_left {
	left:-15px;
	z-index:101;
	background:url("../img/project-paginator-left-brown.png") no-repeat;
}

#post_right {
	right:-1px;
	z-index:101;
	background:url("../img/project-paginator-right-brown.png") no-repeat;
}

#canvas {
	position:absolute;
	display:none;
	top:12px;
	left:10px;
}


@media screen and (max-width: 767px) {
	
	.story, .story img, .story_title, #map_shift a, #map_post, #map {
		width:100px;
	}
	
	.story, .story img, #map_shift a, #map_post, #map {
		height:100px;
	}
	
	.map_post_container {
		top:-29px;
		left:5px;
	}

	#map_post {
		top:-7px;
	}
	
	#map_closebtn {
		top:-15px;	
	}

	.story_title {
	    font-size:9px;
	}
	
	#post_left, #post_right {
		top:33px;
	}
	
	#post_right {
		right:79px;
	}
	
}
