		$(document).ready(function() {

			$("a[rel=mobile], a[rel=whitespa], a[rel=carlsson], a[rel=salplast], a[rel=akademia], a[rel=hopa], a[rel=voipoint], a[rel=ustefiego], a[rel=prohouse], a[rel=ttel], a[rel=polacy], a[rel=mpips], a[rel=sushi], a[rel=juicenation]").fancybox({
				'transitionIn'		: 'fade',
				'speedIn'			: '1000',
				'speedOut'			: '600',
				'centerOnScroll'	: 'true',
				'overlayColor'		: '#eef3f3',
				'overlayOpacity'	: 0.85,
				'transitionOut'		: 'fade',
				'titlePosition' 	: 'over',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-over">' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
				}
				
			});
			
			$("a.promo1, a.promo2, a.promo3, a.promo4").fancybox({
				'transitionIn'		: 'fade',
				'speedIn'			: '1000',
				'speedOut'			: '1000',
				'centerOnScroll'	: 'true',
				'overlayColor'		: '#eef3f3',
				'overlayOpacity'	: 0.85,
				'transitionOut'		: 'fade',
				'titlePosition' 	: 'over',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<a href="realizacje">przejdź do realizacji ></a>';
				}
				
			});
		});
