$(document).ready(function() {
    $('.banner .inner span').cycle({
	fx: 'fade',
        speed:    1500, 
        timeout:  4000 
	});
});
