var tb_pathToImage = "images/loadingAnimation.gif";
$(document).ready(function () {
	$('#slideshow-carousel').jcarousel({});
	$('li:first-child').addClass('first-child');
	$('#find-your-shop select').change(function() {
		var loc = window.location;
		if ($(this).val() != '') {
			window.location = 'http://' + loc.host + '/sklepy#' + $(this).val();
		}
		return false;
	});
	$("a[rel^='lightbox']").slimbox({counterText: "Zdjęcie {x} z {y}"}, null, function(el) {
		return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
	});
});
