﻿.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    -moz-border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    -moz-border-radius: 3px;
    background: #000;
    padding: 3px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jvectormap-zoomin {
    left: 10px;
    top: 10px;
}

.jvectormap-zoomout {
    left: 10px;
    top: 30px;
}

.jvectormap-zoomin,.jvectormap-zoomout{overflow:hidden;}
#map-container{position:absolute; width:745px; height:600px; top:-60px; filter:alpha(Opacity=5);-moz-opacity:0.05;opacity: 0.05;}
.map-background{position:relative; width:745px; height:550px; background:url(../images/map.png) left top no-repeat;}