$(function() {
    $("#flash").showcase({
        css: { width: "960px", height: "366px" },
        animation: { type: "fade" },
		images: [
			{ url:"/images/feature1.jpg", description: "Liverpool John Lennon Airport" },
			{ url:"/images/feature2.jpg", description: "Wyke 6th Form College" },
			{ url:"/images/feature3.jpg", description: "Neath Port Talbot College" },
			{ url:"/images/feature4.jpg", description: "Riverside West" }],
			navigator: { css: { padding: "6px", margin: "0px 0px 0px 0px"} },
			titleBar: { css: { height: "30px"} }
    });
});
