$(document).ready(function() {
	$("a.fancybox").fancybox({
		'overlayShow': true,
		'frameWidth': 800,
		'frameHeight': 600
	});
});

