$(function() {
	$('#banner_fade').cycle({ 
		fx:    'fade', 
		speed:  1000,
		timeout:  10000,
		next:   '#btn_next', 
		prev:   '#btn_prev' 
		// random: 1
	 });
});