$(document).ready(function () {

	$("#Banner").cycle({
		timeout: 5000,
		fx: "fade",
		speed: 2000
	});
});
