div#block-gtranslate-gtranslate div.content {
    position: relative;
}

div#block-gtranslate-gtranslate div.content div#gtranslate-icon {
    background: url('../imgs/google_logo.png') no-repeat center center;
    width: 25px;
    height: 28px;
    margin: 11px 0 0 0;
    float: left;
 }
 
div#block-gtranslate-gtranslate div.content a#gtranslate-show-hide-langs {
    float: left;
    width: 17px;
    height: 10px;
    background-image: url('../imgs/select_button.png');
    background-repeat: no-repeat;
    display: block;
    margin: 19px 0 0 10px;
}
  
div#block-gtranslate-gtranslate div.content a#gtranslate-show-hide-langs.gtranslate-show-langs {
    background-position: 0 0;
}
    
div#block-gtranslate-gtranslate div.content a#gtranslate-show-hide-langs.gtranslate-hide-langs {
    background-position: 0 -10px;
}
    
div#block-gtranslate-gtranslate div.content div#gtranslate-flags-container {
    background-color: #40674c;
    padding: 0 5px;
    position: absolute;
    top: 38px;
    left: -5px;
    z-index: 20;
    display: none;
}