$(document).ready(function() {
    $('#banners').cycle({
		fx: 'fade',
                speed: 1200,
                timeout: 8000
	});
});
