 $(document).ready(function(){

	/* Using custom settings */
	$("a.inline_popup").fancybox({
	  'hideOnContentClick': true
	});
	
	/* Apply fancybox to multiple items */
	$("#gallery a, .gallery a, .biblio a").fancybox({
	  'transitionIn'	:  'fade',
	  'transitionOut'	:  'fade',
	  'speedIn'		:  600, 
	  'speedOut'	        :  200, 
	  'overlayShow'	:  false,
	  'titleShow'         :  true,
	  'titlePosition'     :  'inside',
	  'cyclic' : true
	});

});
