$(document).ready(function() {
		
	$("a#single_1").fancybox({
		'zoomOpacity'			: true,
		'overlayOpacity'		: .4,
		'overlayShow'			: true,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500
	});
	
	$("a.group").fancybox({
		'hideOnContentClick': false,
		'frameWidth': 400,
		'frameHeight': 400
	});
	
	$("a.group2").fancybox({
		'hideOnContentClick': false,
		'frameWidth': 400,
		'frameHeight': 400,
		'zoomOpacity'			: true,
		'overlayOpacity'		: .4,
		'overlayShow'			: true,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500
	});

	
});
