/* ------ map
-----------------------------------------------*/

.mapWrapper {
position:relative;
background-color: #f7f7f7;
padding: 30px;
}

#map {
clear:both;
top: 30px !important;
}

.point {
position:fixed;
margin-top: 25px;
display:none;
padding:10px 15px;
background:#363636;
opacity: .9;
font-size:12px;
font-weight:bold;
color: #ffffff;
-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 {
 float:left;
 width:500px;
 height: 380px;
 overflow: auto;
  margin-bottom: 40px;
}

.mapWrapper img {
float: left;
padding-right: 5px;
padding-top: 2px;
}

.mapWrapper ul{
margin-left: 30px;
}






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
