// jQuery
$(document).ready(function(){
	$('.slideshow').show();
    $('.slideshow').cycle({
		fx:     'fade', 
		speed:   2500, 
		delay:   0,
		timeout: 7000, 
		random:  1,
		next:   '.slideshow', 
		pause:   0 
	});						   
						   
	// QapTcha 
	$('#QapTcha').QapTcha({txtLock:'Fomular gesperrt! Zum entsperren Schieber nach rechts schieben!',txtUnlock:'Formular bereit zum senden!'});

	// jQuery Lightbox
	$('a[rel*=lightbox]').lightBox();	
});
