$(function() {
$("#alert").overlay({

	// center overlay finishing position vertically
	finish: {top: "center"},
	expose: "#c0e9f6"
});
});
