$(document).ready(function(){
	$("a.fancybox").fancybox({
		'titleShow' : true
	});
	$("ul.tabs").tabs("div.panes > div");
});
