
$(function() {
	$("#slideshow").cycle({ 
	fx:'toss', 
    delay:         1000,
    pause:         1,
    speed:         2000,
    timeout:       4000
});
});
