.sc_switcher.sc_switcher_tabs.sc_switcher_effect_fade.sc_switcher_inited .sc_switcher_sections {
    overflow: auto;
    height: auto !important;
}
.sc_switcher.sc_switcher_tabs.sc_switcher_effect_fade.sc_switcher_inited .sc_switcher_sections .sc_switcher_section {
display :none;
}
.sc_switcher.sc_switcher_tabs.sc_switcher_effect_fade.sc_switcher_inited .sc_switcher_sections .sc_switcher_section.sc_switcher_section_active{
display:block ;    
margin-left: 0%;
}