$(document).ready(function() {
	$(function() {
		$("#tabs").tabs();
	});
	
	$(function() {
		$("a.grouped_elements").fancybox();
	});
});
