$(function() {

	$("a[rel]").overlay({

		expose: '#282c29',
		effect: 'apple',

		onBeforeLoad: function() {		
			var wrap = this.getContent().find(".contentWrap");
			wrap.load(this.getTrigger().attr("href"));
		}
	});
});


$(function() {
	$("#botonoverlay img[rel]").overlay({effect: 'apple'});
});