$(document).ready(function() {
	$('.torby .first h3').append('<a href="#" class="show-gallery show-gallery-eko">zobacz</a>');
	$('.torby .last h3').append('<a href="#" class="show-gallery show-gallery-eko-kolor">zobacz</a>');

		$("a[rel=gallery-eko-kolor]").fancybox({
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade'
		});
		$("a[rel=gallery-eko]").fancybox({
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade'
		});


	$('a.show-gallery-eko').click(function(e) {
		e.preventDefault();
		$("a[rel=gallery-eko]:first-child").trigger('click');
	});
	
	$('a.show-gallery-eko-kolor').click(function(e) {
		e.preventDefault();
		$("a[rel=gallery-eko-kolor]:first-child").trigger('click');
	});
});
