$(document).ready(function() {
	$("a.video").fancybox({
	    'padding':0,
		'frameWidth': 765,
		'frameHeight': 462,
		'zoomSpeedIn'		:	250,
		'zoomSpeedOut'		:	250,
		'hideOnContentClick': false
	});
	
	$("a.group").fancybox({
	    'padding':0,
		'frameWidth': 800,
		'frameHeight': 575,
		'zoomSpeedIn'		:	250,
		'zoomSpeedOut'		:	250,
		'hideOnContentClick': false
	});
	
	$("a.iframe").fancybox({
		'frameWidth': 468,
		'frameHeight': 260,
		'zoomSpeedIn'		:	250,
		'zoomSpeedOut'		:	250,
		'hideOnContentClick': false
	});

});