
$(document).ready(function() {
	
	/******* Web Project Image Gallery *******/	

	/* Default settings */
	$('a.thumb').fancybox();

	/* Custom settings */
	/*
	$('#imageGallery a.thumb').fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true
	});
	*/

	
});













