$(document).ready(function() {
	$("a.fancy-box").fancybox({
		'overlayShow':	true
	});
});
