$(document).ready(init);

function init() {
	$('.slideshow').cycle({
    fx: 'fade',
    speed: 900,
    timeout: 5000,
    pause:  1,
    next:   '#next', 
    prev:   '#prev',
    pager: ".pager"
	});
}
