.ngMapEngineControlZoomBar {
    margin-left: 15px;
    margin-top: 105px;
    padding: 5px;
    background: rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    display: none;
}


.ngMapEngineZoomBarzoomin {
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
    height: 19px;
    margin-bottom: 0;
    width: 19px;
}

.ngMapEngineZoomBarzoomout {
    background-color: rgba(255, 255, 255, 0.7);
    /*background-image: url("img/zoom-in.png");*/
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 4px 4px 4px 4px;
    display: none;
    height: 19px;
    margin-bottom: 0;
    width: 19px;
}
