// initialize scrollable together with the circular plugin 
$(document).ready(function() {
// initialize scrollable together with the circular plugin
$("#block17").scrollable().circular();	
});


$(document).ready(function() {
// initialize scrollable together with the circular plugin
$("#block18").scrollable().circular();	
});


$(document).ready(function() {
    // initialize scrollable  
    $("#block183").scrollable({ 
        vertical:true
    // use mousewheel plugin 
    }).mousewheel();     

});

$(document).ready(function() {
    $("#edukacja-1").click(function () {
	$("#edukacja-2").toggle("slow");
});  
});

$(document).ready(function() {
    $("#historia-1").click(function () {
	$("#historia-2").toggle("slow");
});  
});

$(document).ready(function() {
    $("#kresowiacy-1").click(function () {
	$("#kresowiacy-2").toggle("slow");
});  
});

$(document).ready(function() {
    $("#dzialy-1").click(function () {
	$("#dzialy-2").toggle("slow");
});  
});

$(function() {
	$('.tabgals a').lightBox({fixedNavigation:true});
});

