$(function() {
	$("a.fancy").fancybox({
		"autoScale" : true,
		"speedIn" : 600,
		"speedOut" : 200,
		"transitionIn" : "fade",
		"transitionOut" : "fade",
		"overlayShow" : true,
		"overlayColor" : "#999",
		"titleShow" : true,
		"titlePosition" : "over"
	});
});
