.az-large,
.az-small,
.az-wrap {
    position: relative
}
.az-windowed,
.az-zoom {
    overflow: hidden;
    position: absolute
}
.az-wrap-inner {
    display: block;
    margin: 0 auto
}
.az-coords,
.az-zoom {
    display: none
}
#Countries polygon:hover {
    fill:#00284a;
}
#Countries path:hover {
    fill:#00284a;
}
.az-zoom {
    background: #fff;
    border: 4px solid #00284a;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    border-radius:50%;
    z-index: 100;
    -moz-box-shadow: inset 0 0 4px #000;
    -webkit-box-shadow: inset 0 0 4px #000;
    box-shadow: inset 0 0 4px #000;
        animation:zoomIn 300ms;
}
.az-expanded {
    height: auto;
    width: auto;
    position: static;
    overflow: visible
}
.az-overlay {
    background-color: #000;
    opacity: .3;
    filter: alpha(opacity=30);
    z-index: 10
}
.az-zoom .az-coords {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    background: rgba(0, 0, 0, .5);
    color: #fff
}