$(document).ready(function(){
    $("#nav ul:first").superfish();
	$('#wc-bilder ul').cycle({
		timeout: 6000,
		speed: 1000
	}); 
});