{style} {literal} .ow_lp_groups .ow_lp_wrapper{ width: 75px; float: left; margin-right: -80px; } .ow_lp_groups .ow_lp_wrapper_inline { display:inline-block; margin:0 3px 3px 0; width:75px; } {/literal} {/style} {script} {literal} var $tb_container = $(".ow_box_toolbar_cont", $("#groups-list_widget").parents('.ow_box, .ow_box_empty').get(0)); $("#groups-widget-menu-popular").click(function(){ $tb_container.html($("#groups-widget-toolbar-popular").html()); }); $("#groups-widget-menu-latest").click(function(){ $tb_container.html($("#groups-widget-toolbar-latest").html()); }); {/literal} {/script}