$(function() {
    $('#banner-image').cycle({
	        timeout: 4000,
			speed: 1000
	    });
});
