$( document ).ready( function() {
	
	// delay to ensure the cloned items in the carousel have loaded into the dom.
	setTimeout( function() {
		// full size photo popup
		$("a.fancybox").fancybox({
			'zoomSpeedIn': 300,
			'zoomSpeedOut': 300,
			'overlayShow': false,
			'transitionIn': 'elastic',
			'titleShow': false
		});
	}, 1000 );

});
