.swipeMapOuter{
	position:relative;
	overflow:hidden;
	width:96%;
	height:320px;
	border:1px solid #bbb;
	margin:0 auto;
}

.inner{
	position:relative;
	margin-top:20px;
	margin-bottom:10px;
}

.overlay{
	position:absolute;
	z-index:9000;
	top:5px;
	left:5px;
}

.map{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	text-indent:-9999px;
}

.car01{
	width:700px;
	height:423px;
	background:url(../images/access/map_car01.jpg) no-repeat;
	text-indent:-9999px;
}
.car02{
	width:685px;
	height:457px;
	background:url(../images/access/map_car02.jpg) no-repeat;
	text-indent:-9999px;
}
.ch01{
	width:710px;
	height:622px;
	background:url(../images/access/map_ch01.jpg) no-repeat;
	text-indent:-9999px;
}
.ch02{
	width:710px;
	height:458px;
	background:url(../images/access/map_ch02.jpg) no-repeat;
	text-indent:-9999px;
}
.ch03{
	width:709px;
	height:549px;
	background:url(../images/access/map_ch03.jpg) no-repeat;
	text-indent:-9999px;
}
.en01{
	width:710px;
	height:476px;
	background:url(../images/access/map_en01.jpg) no-repeat;
	text-indent:-9999px;
}
.en02{
	width:703px;
	height:527px;
	background:url(../images/access/map_en02.jpg) no-repeat;
	text-indent:-9999px;
}
.en03{
	width:700px;
	height:428px;
	background:url(../images/access/map_en03.jpg) no-repeat;
	text-indent:-9999px;
}
.ko01{
	width:700px;
	height:603px;
	background:url(../images/access/map_ko01.jpg) no-repeat;
	text-indent:-9999px;
}
.ko02{
	width:700px;
	height:451px;
	background:url(../images/access/map_ko02.jpg) no-repeat;
	text-indent:-9999px;
}
.ko03{
	width:700px;
	height:543px;
	background:url(../images/access/map_ko03.jpg) no-repeat;
	text-indent:-9999px;
}
.return01{
	width:687px;
	height:608px;
	background:url(../images/access/map_return01.jpg) no-repeat;
	text-indent:-9999px;
}
.return02{
	width:662px;
	height:404px;
	background:url(../images/access/map_return02.jpg) no-repeat;
	text-indent:-9999px;
}
.train01{
	width:703px;
	height:549px;
	background:url(../images/access/map_train01.jpg) no-repeat;
	text-indent:-9999px;
}
.train02{
	width:686px;
	height:547px;
	background:url(../images/access/map_train02.jpg) no-repeat;
	text-indent:-9999px;
}


.touch{
	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;
            z-index:-1;
	opacity: 0;  
    filter: alpha(opacity=100);  
}
.touch:hover{
	z-index:-1;
	opacity: 0;  
    filter: alpha(opacity=100);  
}