$(function() {
	$("#showcase").showcase({
	navigator: {
					stopOnClick: true,  
		css: {},
		},
			animation: { 
				 stopOnHover: false,
				 interval: 6000,
				 speed: 500,
				 type: "fade" },
	titleBar: { 
		css: {},
		},
	});
			
});

