
$(document).ready(function() {
$('.slideshow').cycle({ 
    fx: 'slideY',
	next:   '.next', 
    prev:   '.prev',
	timeout: 3000,  // milliseconds between slide transitions (0 to disable auto advance) 
	speedIn: 1000,  // speed of the 'in' transition 
    speedOut: 1000,  // speed of the 'out' transition
	random:  1,   // true for random, false for sequence (not applicable to shuffle fx) 
	pause:  1      // true to enable "pause on hover" 


});


});

