.map .map-function-bar {
    position: absolute;
    height: 32px;
    padding: 0 8px;
    top: 15px;
    right: 30px;
    width: 96px;
}

.map .map-function-bar div {
        height: 32px;
        width: 32px;
        background-repeat: no-repeat;
        cursor: pointer;
        float: left;
        position:static!important
    }

        .map .map-function-bar div.current-location {
            background-position: 6px 8px;
        }

        .map .map-function-bar div.reset-map {
            background-position: -33px 8px;
        }

        .map .map-function-bar div.full-screen {
            background-position: -70px 8px!important;
        }

            .map .map-function-bar div.full-screen.exit {
                background-position: -109px 8px!important;
            }

    .map .map-function-bar.has-over-lay {
        width: 128px;
    }

        .map .map-function-bar.has-over-lay div.over-lay {
            display: block;
        }

    .map .map-function-bar div.over-lay {
        display: none;
        background-position: -151px 8px;
    }

        .map .map-function-bar div.over-lay.active, .map .map-function-bar div.over-lay:hover {
            background-position: center center;
        }




.map .map-function-bar {
    box-shadow: 0 0 15px #cbcbcb;
    background-image: url(map-function-bcg.png)!important;
}

    .map .map-function-bar div {
        background-image: url(map-function-bar.png)!important;
    }

       