
$(document).ready(function() {
$('.slideshow').cycle({ 
    fx: 'custom',
	next:   '.next', 
    prev:   '.prev',
	timeout: 3000
});


});

