/* Pan zoom widget */

div#map .MMPanZoomWidget .MMpan .MMWest a {
    background: url( ../images/multimap/panleft.png ) no-repeat;
}
div#map .MMPanZoomWidget .MMpan .MMEast a {
    background: url( ../images/multimap/panright.png ) no-repeat;
}
div#map .MMPanZoomWidget .MMpan .MMNorth a {
    background: url( ../images/multimap/panup.png ) no-repeat;
}
div#map .MMPanZoomWidget .MMpan .MMSouth a {
    background: url( ../images/multimap/pandown.png ) no-repeat;
}
div#map .MMPanZoomWidget .MMpan .MMreset a {
    background: url( ../images/multimap/pancenter.png ) no-repeat;
}
div#map .MMPanZoomWidget .MMzoom .MMzoomin a {
    background: url( ../images/multimap/zoomin.png ) no-repeat;
}
div#map .MMPanZoomWidget .MMzoom .MMzoomout a {
    background: url( ../images/multimap/zoomout.png ) no-repeat;
}

div#map .MMInfoBox .MMclose {
    background: url( ../images/multimap/close.png ) no-repeat;
	z-index: 2;
}

/* Map type widget */

div#map div.MMMapTypeWidget span {
    float: left;
    text-align: center;
}
div#map div.MMMapTypeWidget .MMMapDataSelector {
    position: relative;
}
div#map .MMMarker span {
    color: #fff;
    top: 3px;
    left: 3px;
}
body div#map .MMRouteMarker span {
    color: #000;
    top: 0;
    left: 0;
}
/* fixed ie6 infobox anchors */
* html div#map .MMInfoBox ul.MMcollectionlinks li a {
    position: fixed;
}

