$(document).ready(function() {
/* ----- CYCLE ----- */
    $('.slideshow-inner').cycle({
		fx: 'scrollHorz',
    	speed:  '1000', 
    	timeout: 4000,
		next:   '.button_previous',
    	prev:   '.button_next',
		speed:	'500'
	});

	$('.logo_tekst').cycle({
		fx: 'scrollLeft',
		speed: '1000',
		timeout: 3000
	});
});

