.img2, .img3, a.goback2, a.goback3, a.map2 {
	display:none;
}
a.goback2, a.goback3 {
	position:absolute;
	top:0;
	right:0;
	width:60px;
	height:60px;
	background-color: rgba(204,204,204,0.75);
	color: #FFF;
	font-size:25px;
	line-height:60px;
	text-align:center;
}
a.goback2:hover, a.goback3:hover {
	background-color: rgba(149,21,67,0.5);
	color: #FFF;
}
a.map1, a.map2 {
	position: absolute;
	background-color: rgba(255,255,255,0.25);
	border: 6px solid #FFF;
	-webkit-box-shadow: 0 0 3px 2px rgba(0,0,0,0.25);
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.25);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
a.map1:hover, a.map2:hover {
	background-color: rgba(149,21,67,0.25);
	border: 6px solid #951543;
	-webkit-transition: .5s;
	transition: .5s;
}
a.map1 i.icon, a.map2 i.icon {
	position: absolute;
	font-size: 25px;
	top:2px;
	left:4px;
}
a.map1 i.icon {
	color: rgba(255,255,255,0.75);
}
a.map2 i.icon {
	color: rgba(204,204,204,0.75);
}
a.map1:hover i.icon, a.map2:hover i.icon {
	color: rgba(149,21,67,0.75);
	-webkit-transition: .5s;
	transition: .5s;
}
a.map1 {
	width: 75px;
	height: 75px;
}
a.map2 {
	width: 150px;
	height: 150px;
}
#image1_2 a.map1 {
	top: 33%;
	right: 29%;
}
#image1_2 a.map2 {
	top: 40%;
	right: 44%;
}
#image2_2 a.map1 {
	top: 38%;
	right: 40%;
}
#image2_2 a.map2 {
	top: 43%;
	right: 49%;
}

#image1_2:target .img1, #image1_2:target .map1, 
#image2_2:target .img1, #image2_2:target .map1 {
	display: none;
}
#image1_2:target .img2, #image1_2:target .goback2, #image1_2:target .map2, 
#image2_2:target .img2, #image2_2:target .goback2, #image2_2:target .map2 {
	display: block;
}
#image1_3:target .img2, #image1_3:target .goback2, #image1_3:target .map2, #image1_3:target .img1, #image1_3:target .map1, 
#image2_3:target .img2, #image2_3:target .goback2, #image2_3:target .map2, #image2_3:target .img1, #image2_3:target .map1 {
	display: none;
}
#image1_3:target .img3, #image1_3:target .goback3, 
#image2_3:target .img3, #image2_3:target .goback3 {
	display: block;
}
#image1_1:target .img2, #image1_1:target .goback2, #image1_1:target .img2, #image1_1:target .img1, #image1_1:target .map1, 
#image2_1:target .img2, #image2_1:target .goback2, #image2_1:target .img2, #image2_1:target .img1, #image2_1:target .map1 {
	display: none;
}
#image1_1:target .img1, #image1_1:target .map1, 
#image2_1:target .img1, #image2_1:target .map1 {
	display: block;
}