$(document).ready(function() {
	
	$(".b-strglowna-pionowy-mega").each(function() {
		$(this).carousel();
	});
	
	$(".find-manufacturer select").change(function() {
		$(this).parents('form').submit();
	});
	
});

