jQuery(function($){
	$("#screenshot-1, #aboutButton, #contactButton" ).fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	250, 
		'speedOut'		:	250, 
		'overlayShow'	:	true,
		'padding'		: 	0, 
		'margin'		: 	10 
	});
})
