$(document).ready(function() {
	$("a.group").fancybox({
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
		'overlayColor'	: '#ffffcc',
		'overlayOpacity' : 0.5,
		'titleShow'	: true,
		'titlePosition'	: 'inside'
	});
});
