$(document).ready(function() {    $('.slideshow').cycle({     fx:    'fade',     speed:  2500,	delay: 0,	timeout: 2500 });});
