$(function() {
	$("a[rel]").overlay({
		onBeforeLoad: function() {
			this.getBackgroundImage().expose({color:"#000"});
		},
		onClose: function() {
			$.expose.close();
		}
	});
});
