.map{
height: 308px;
width: 370px;
margin: 0;
padding: 0;
border: 0;
}
#map_canvas{
float: left;
z-index:0;
}
#map_list{
float: left;
height: 308px;
width: 160px;
margin: 0;
padding: 0;
background: #EBEBEB;
list-style: none;
z-index:-1;
}
#map_list li{
padding: .5em;
}
#map_list li:hover {
background: #555;
color: #FFF;
cursor: pointer;
cursor: hand;
}
#map_list li.active{
background: #555;
color: #FFF;
}
#map_list li.active:hover{
background: #363636;
cursor: default;
}
#map_message{
display: none;
position: absolute;
width: 12em;
padding: .5em;
background: #555;
font-size: .9em;
color: #FFF;
}
#map_message img{
border: 0;
margin-top: 0;
}
#map_message a{
color: #CAEAF9;
border-bottom: 1px solid #EBEBEB;
}
#map_message a:hover{
color: #FFF;
border-bottom: 1px solid #CAEAF9;
}

