#map {
    height: 100%;
    z-index: 1;
    padding: 0px !important;
}

.olBigControlZoomPanel {
    top: 71px;
    left: 14px;
} 
.olBigControlZoomPanel div {
    background-image: url(img/big-zoom-panel.png);
    position: absolute;
    height: 36px;
    width: 36px;
    cursor: pointer;
}
.olBigControlZoomPanel .olControlZoomInItemInactive {
    top: 0px;
    left: 0px;
    background-position: 0px 0px;
}
.olBigControlZoomPanel .olControlZoomToMaxExtentItemInactive {
    top: 36px;
    left: 0px;
    background-position: 0px -36px;
}
.olBigControlZoomPanel .olControlZoomOutItemInactive {
    top: 72px;
    left: 0px;
    background-position: 0px 36px;
}
