$(document).ready(function() {

	/* Apply fancybox to multiple items */

	$("a.group").attr('rel', 'gallery').fancybox({
		'transitionIn'		:	'fade',
		'transitionOut'	:	'fade',
		'speedIn'			:	200,
		'speedOut'			:	200,
		'overlayShow'	:	true,
		'allowfullscreen'	:	true,
		'wmode'			:	'transparent',
		'titlePosition'		:	'over'
	});

});
