$(function() {
	$("#tabs").tabs();
	$("a[rel=img]").fancybox({
		transitionIn: 'elastic',
		transitionOut: 'elastic'
	});
});


