$('.cycle').cycle({
	fx:     'fade', //blindX
	speed: '700',
	timeout: '4000',
	next:   '#next',
	/*random: '1',*/
	prev:   '#prev'		
});

Cufon.replace('h1');
Cufon.replace('h2');
Cufon.replace('h3');
Cufon.replace('h4');


$(document).ready(function(){



$(".leden-login-btn").click(function () {
	  $(".leden-login").toggle();
	});


$(".inteken .rechts").hover(function() {
    $(this).css({
        "color": "#970D0F",
        "cursor": "pointer"
    });
}, function() {
    $(this).css("color", "#FFFFFF");
}).click(function() {
    $(this).parent().next().find("form").toggle(500);
});
	
});
