$(document).ready(function() {
    $("a.single_1").fancybox();
    $("a.single_2").fancybox({
        'zoomOpacity': true,
        'overlayShow': true,
        'zoomSpeedIn': 500,
        'zoomSpeedOut': 500,
        'hideOnContentClick': true 
    });
    $("a.single_3").fancybox({
        'overlayShow': true,
        'zoomSpeedIn': 600,
        'zoomSpeedOut': 500,
        'easingIn': 'easeOutBack',
        'easingOut': 'easeInBack',
        'hideOnContentClick': true 
    });
	$("a.group_1").fancybox();
    $("a.group_2").fancybox({
       'overlayShow': true,
        'easingIn': 'easeOutBack',
        'easingOut': 'easeInBack',
        'hideOnContentClick': true,
        'zoomSpeedIn': 600,
        'zoomSpeedOut': 500,
		'type': 'iframe',
		'scrolling': 'no',
		'autoScale':true,
		'centerOnScroll': true,
		'autoDimensions': true
    });
	    $("a.group_3").fancybox({
        'zoomOpacity': true,
        'overlayShow': true,
        'zoomSpeedIn': 500,
        'zoomSpeedOut': 500,
        'hideOnContentClick': true 
    });
    $("a.groupOther").fancybox();
});
