
$(function() {

  // Initialise slideshow
	$('#slideshow').cycle({ 
	  fx:    'fade', 
	  speed:  1500,
    timeout: 0, 
    next:   '.next'
	});


});

