jQuery(document).ready(function($) {
	$('#slideshow').css("overflow", "hidden");

    $('#slideshow').cycle({
		fx: 'fade',
		timeout: 3000,
    	delay:  300 
	});
});
