<!--  initialize the slideshow when the DOM is ready -->


$(document).ready(function() {

$('.slideshow').cycle({ 
    fx:'scrollVert', 
	timeout: 0, 
    delay:  -2000, 
    next:   '#next2', 
    prev:   '#prev2' 
});

});
