$(function() {
$('#slideshow').cycle({
prev:   '#prev',
next:   '#next',
delay:  2000
});
});