jQuery(document).ready(function() {
	// Zwyk�e zdj�cie
	$("a.fancybox").fancybox({
		'titleShow'     : false
	});
	// Grupa zdj��
	$("a.group").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
		'hideOnContentClick': true,
		'hideOnOverlayClick': true
	});
        
        $("a[rel=example_group]").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'overlayShow'	:	true,
		'hideOnContentClick': true,
		'hideOnOverlayClick': true
	});


    $("a.youtube").click(function() {
    $.fancybox({
        'padding': 0,
        'autoScale': false,
        'transitionIn': 'none',
        'transitionOut': 'none',
        'title': this.title,
        'width': 680,
        'height': 495,
        'href': this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
        'type': 'swf',
			'swf': {
				'wmode'               : 'transparent',
				'allowfullscreen'      : 'true'
				}
			});
        return false;
		});
		
                
	$("a#ajax").fancybox({
	    'titleShow'     : false,
		'transitionIn'	: 'none',
		'transitionOut'	: 'none'
	});
        
    $("#multimedia").fancybox({
		'width'			: 600,
		'height'		: 450,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'			: 'iframe'
	}); 
        
        $("#gallery_add").fancybox({
		'width'			: 600,
		'height'		: 600,
                'autoScale'     	: false,
                'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'			: 'iframe'
	});
        
        /*$(".event_popup").fancybox({
		'width'			: 450,
		'height'		: 450,
                'autoScale'     	: false,
                'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'			: 'iframe'
	});*/
        
        $(".news_popup").fancybox({
		'width'			: 500,
		'height'		: 330,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'			: 'iframe'
	});
	
	$(".4clubbers").fancybox({
		'width'			: 580,
		'height'		: 400,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'			: 'iframe'
	});
	
});
