.marker,.zoomHolder img {
    display: block
}

.zoomIn {
    background: #a9a6a6;
    color: #fff;
    opacity: 1 !important;
    border-radius: 0px;
    width: 50px;
    height: 50px;
    font-size: 15px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 50px;
    margin: 0px;
    position: absolute;
    right: 52px;
    bottom: 5px;
}

.zoomOut {
    background: #d0d0d0;
    opacity: 1 !important;
    color: #fff;
    border-radius: 0px;
    width: 50px;
    height: 50px;
    font-size: 15px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 50px;
    margin: 0px;
    position: absolute;
    right: 0px;
    bottom: 5px;
}

.zoomIn {
    background-position: 0 0
}

.zoomOut {
    background-position: -30px 0
}

.fullscreenToggle {
    background-position: -60px 0;
    cursor: pointer
}

.zoomIn.on,.zoomOut.on {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    cursor: pointer
}

.zoomIn:before {
    content: '+';
    font-size: 50px;
    line-height: 48px;
    font-family: Arial;
}

.zoomIn.off,.zoomOut.off {
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    cursor: auto
}

.zoomOut:before {
    content: '-';
    font-size: 50px;
    line-height: 40px;
    font-family: Arial;
}

.controlHolder {
    position: absolute;
    right: 0px;
    bottom: -85px;
    width: 100%;
    height: 60px;
    background-color: #fefefe;
}

.fullscreenDiv,.marker {
    left: 0!important;
    top: 0!important
}

.fullscreenToggle.on {
    background-position: -90px 0
}

.fullscreenToggle.off {
    background-position: -60px 0
}

.fullscreenDiv {
    width: auto!important;
    height: auto!important;
    right: 0!important;
    bottom: 0!important;
    position: absolute!important;
    background: #FFF;
    z-index: 999999;
    oveflow: hidden
}

.zoomHolder {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden
}

.marker {
    position: absolute!important;
    bottom: auto!important;
    right: auto!important
}

.map_wrapper img {
    width: 100% !important;
    height: auto;
    margin-bottom: 50px !important;
    display: block;
}

.fullscreenToggle {
    display: none;
}
