			$(document).ready(function() { 
				$("a.fancyimg").fancybox({
										 'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
					'zoomSpeedIn':		100, 
					'zoomSpeedOut':		100, 
					'overlayShow':		true,
					'overlayColor': '#ffffff',
					'overlayOpacity' : 0.2,
					'showCloseButton' : true,
					'centerOnScroll' : true
				});
			});
