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

