$(document).ready(function() {
	$('#fade_box_image_list') 
		.cycle({ 
		fx:     'fade', 
		speed:  '1000', 
		timeout: 7000, 
		next:'#fade_box_image_list',
		pager:  '#fade_box_switcher' 
	});
});
