$(document).ready(function() {
	/*
	*   Examples - images
	*/

	$("a#example1").fancybox({
		'titleShow'		: false
	});

	$("a#example2").fancybox({
		'titleShow'		: false,
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic'
	});

	$("a#example3").fancybox({
		'titleShow'		: false,
		'transitionIn'	: 'none',
		'transitionOut'	: 'none'
	});

	$("a#example4").fancybox();

	$("a#example5").fancybox({
		'titlePosition'	: 'inside'
	});

	$("a#example6").fancybox({
		'titlePosition'	: 'over'
	});

	$("a[rel=example_group]").fancybox({
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'titlePosition' 	: 'over',
	/*	'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over">Zdjęcie ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
		} */
		
		'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over">' + (title.length ? ' &nbsp; ' + title : '') + '</span>';
		},
		
		'titleFormat'		: 'null'
		
	});
	
	
	$("a.popup").fancybox({
		'width'				: '50%',
		'height'			: '50%',
		'autoScale'			: false,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'type'				: 'iframe'
	});

		

		
	$('#header-image').crossSlide({
		sleep: 2,
		fade: 3
	}, [
		{ src: 'images/slideshow/slideshow-1.jpg' },
		{ src: 'images/slideshow/slideshow-2.jpg' },
		{ src: 'images/slideshow/slideshow-3.jpg' },
		{ src: 'images/slideshow/slideshow-4.jpg' },
		{ src: 'images/slideshow/slideshow-5.jpg' },
		{ src: 'images/slideshow/slideshow-6.jpg' },
		{ src: 'images/slideshow/slideshow-7.jpg' },
		{ src: 'images/slideshow/slideshow-8.jpg' }
	]);
			
});
