$(document).ready(function() {
    $('.slide_show').cycle({
	fx:      'fade', 
    speedIn:  1000, 
    speedOut: 500, 
    delay:   1000 

	});
});
