// initialise plugins
jQuery(function(){

	$('a','#work-overview').fancybox({overlayOpacity: 0.9});
	
});