Its like that , but you could maybe make it as you want if you add following code in index.php of template just above </body>
<script>
jQuery(document).ready(function(){
jQuery("#featured .ui-tabs-nav . ui-tabs-nav-item > a").click(function(){
jQuery(this).trigger("click");
});
});
</script>