$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade',
		timeout: 10000 });
});
$(document).ready(function() {
    $('.slideshow2').cycle({
		fx: 'fade',
		timeout: 10000 ,
		delay: 1000
		});
});
