$(function() {	
		   
// TABBED CONTENT
$("ul.tabs").tabs("div.panes > div", {event: 'click', effect: 'fade'});

// PNG FIX
$(document).pngFix();

// initialize scrollable together with the navigator plugin
$('#features').jshowoff({ speed:6000 });

});
