$(document).ready(function() {

	$("#store-tabs").tabs();
	
	$("a.dialog").fancybox({
		'width': 795,
		'height': 600
	});

});
