$(function() {   

	$('.slider_box').cycle({ 
		fx:     'fade',
		timeout:4000,
		speed: 2000
		
		
	});
	
});
