$(document).ready(function() {
    $('.aanbiedinghome').cycle({
		fx: 'scrollLeft',
        speed:    1500, 
        timeout:  8000,
		pause:	  1
	});
});

