$(function(){
	// Galerie
	$('.gallery').cycle('fade');
	
	// Impressum
	$('.openNextText').click(function() {
		$(this).next('.text').slideToggle('fast');
	});
});
