$(function() {
	$("a.fancy").fancybox({
		"speedIn" : 600,
		"speedOut" : 200,
		"overlayShow" : true,
		"overlayColor" : "#333333",
		"padding" : 10,
		"titlePosition" : "over"
	});	
});