﻿	$(document).ready(function() {
			$(".fancy").fancybox({ 'hideOnContentClick': false });
			$("#tabs").tabs();
		
		});
