$(function() {

$(document).ready(function() {
    $('#slideshow_container').cycle({
  		 fx: 'fade', 
		 speed:  2500,
		timeout:  2000  
		});
});

$(document).ready(function() {
    $('#slideshow_container_mid').cycle({
  		 fx: 'fade', 
		 speed:  2500,
		timeout:  2000  
		});
});
	
});
