$(function() {
	$("a.meeting2").overlay({

		// custom expose settings
		expose: {
			color: '#BAD0DB',
			opacity: 0.7,
			closeSpeed: 1000
		}
	});
});