$(function() {
	// :first selector is optional if you have only one tabs on the page
	$("ul.tabs").tabs("div.panes > div");
});
