jQuery(window).load(function(){
	jQuery(".soubory-kategorie").click(function(e){
    jQuery(this).next(".soubory").slideToggle('slow');
	});
});

