$(document).ready(function() {
    $('#banner-images').cycle({
		fx: 'fade',
                speed: 1200,
                timeout: 6000
	});
})
