// Scripts for the packing

// Specialist Examples gallery zoom
$().ready(function() {
	
	
	$("#work-examples li a").fancybox({
		'titlePosition' :   'over',
		'transitionIn'	:	'fade',
		'transitionOut'	:	'fade',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	false
	});	
	
	
});


