$(document).ready(function()
	{
	$("a[rel=kep_galeria]").fancybox(
		{
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titlePosition' 	: 'over',
		'titleFormat'		: function(title, currentArray, currentIndex, currentOpts)
			{
			return '<span id="fancybox-title-over">Kép ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
			}
		});

	$("a[rel=kep_pxp]").fancybox(
		{
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titlePosition' 	: 'over',
		'titleFormat'		: function(title, currentArray, currentIndex, currentOpts)
			{
			return '<span id="fancybox-title-over"> ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
			}
		});
	$("a[rel=kep_ond]").fancybox(
		{
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		});
	});
