.footer_controls {
    border: 1px solid #ccc;
    height: 50px;
    padding: 3px;
    border-radius: 4px;
    position: absolute;
    bottom: 20px;
    right: 6px;
}

#GoogleEarthViewBox .footer_controls {
    bottom: 6px;
    padding: 10px;
    position: relative;
}

.header_controls {
    padding: 0px;
    position: absolute;
    bottom: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 5px;
    font-size: 12px;
    z-index: 10000000;
}

.footer_controls img {
    float: right;
    height: 25px;
    margin-top: 40px;
    margin-left: 6px;
}