/* ------ map
-----------------------------------------------*/

.mapWrapper {
margin:0 auto;
position:relative;

}

#map {
float:left;
clear:both;
width:930px;
height:590px;
}

.point {
position:fixed;
display:none;
padding:10px 15px;
background:#f2f2f2;
font-size:14px;
font-weight:bold;
border:1px solid #262626;

-moz-border-radius: 4px; /* FF1-3.6 */
-webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
 border-radius: 4px 4px 4px 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */    
/* useful if you don't want a bg color from leaking outside the border: */        
-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

#text {
 width:500px;
 height: 380px;
 overflow: auto;
}

.mapWrapper img {
float: left;
padding-right: 5px;
padding-top: 2px;
}

.mapWrapper ul{
margin-left: 30px;
}


a.map_dc{
	position: absolute;
	top: 265px;
	right: -35px;
	z-index: 200;
	padding: 2px 4px;
	border: 1px solid #5f6060;
	font-size: 10px;
	background: #58798D;
	color: #fff;
	text-decoration: none;
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
       -o-transition: all 0.5s ease-out; 
          transition: all 0.5s ease-out; 
}

a.map_dc:hover,
a.map_dc:focus{
	background: #FF9900;
}




/* Small Map */

/* ------ map
-----------------------------------------------*/

.mapWrapperSmall {
margin:0 auto;
position:relative;

}

#map2 {
float:left;
clear:both;
width:930px;
height:590px;
}

.point {
position:fixed;
display:none;
padding:10px 15px;
background:#f2f2f2;
font-size:14px;
font-weight:bold;
border:1px solid #262626;

-moz-border-radius: 4px; /* FF1-3.6 */
-webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
 border-radius: 4px 4px 4px 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */    
/* useful if you don't want a bg color from leaking outside the border: */        
-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

#text2 {
 width:500px;
 height: 380px;
 overflow: auto;
}

.mapWrapperSmall img {
float: left;
padding-right: 5px;
padding-top: 2px;
}

.mapWrapperSmall ul{
margin-left: 30px;
}


.mapWrapperSmall a.map_dc{
	top: 157px;
	right: 25px;
}




