$(function() {

	$('#banner_info').cycle({ 
	    fx:      'scrollDown', 
	    timeout:  14000,
	    pause:    true
	});
	
});