.mapa {
    width: 650px;
    background-image: url(/++res++/turisti5.static/mapa/mapa_background.gif);
    background-repeat: repeat-y;
}
.mapa-t {
    height: 7px;
    overflow: hidden;
    background-image: url(/++res++/turisti5.static/mapa/mapa_t.gif);
    background-repeat: no-repeat;
}
.mapa-b {
    height: 13px;
    overflow: hidden;
    background-image: url(/++res++/turisti5.static/mapa/mapa_b.gif);
    background-repeat: no-repeat;
}
div#MAPA-IMG {
    width: 631px;
    height: 631px;
    position: relative;
    left: 9px;
}

div#MAPA-IMG .mapaIconBox {
    position: absolute;
    overflow: hidden;
}

div#MAPA-IMG .mapaIconBox .mapaIcon {
    width: 19px;
    height: 19px;
    margin: 0 2px 2px 0;
    padding: 0;
    float: left;
    cursor: pointer; cursor: hand;
}

div#MAPA-IMG .mapaPopup {
    position: absolute;
    width: 200px;
    height: 200px;
    z-index: 10;
    overflow: auto;
}

div#MAPA-IMG .mapaPopupInner {
    background: gold;
    padding: 5px;
}

div#MAPA-IMG .mapaPopup ul {
    margin: 0;
    padding: 0;
}

div#MAPA-IMG .mapaNavigace {
    position: absolute;
}

div#MAPA-IMG .north {
    left: 50%;
    top: 0px;
}

div#MAPA-IMG .south {
    left: 50%;
    bottom: 0px;
}

div#MAPA-IMG .west {
    left: 0px;
    top: 50%;
}

div#MAPA-IMG .east {
    right: 0px;
    top: 50%;
}

div#MAPA-IMG .northwest {
    left: 0px;
    top: 0px;
}

div#MAPA-IMG .southwest {
    left: 0;
    bottom: 0px;
}

div#MAPA-IMG .northeast {
    right: 0px;
    top: 0px;
}

div#MAPA-IMG .southeast {
    right: 0px;
    bottom: 0px;
}
div#MAPA-IMG .zoom {
    right: 20px;
    top: 20px;
    width: 29px;
    height: 58px;
}
div#MAPA-IMG img {
    border: none;
    vertical-align: text-bottom;
}


