$(document).ready(function(){
	$("a.lighbox").fancybox({
		'speedIn'		:	600, 
		'speedOut'		:	200
	});
});
