$(function() {		
	$("a[rel]").overlay({
	
		finish: {top: 150, left: 10}
	});
});

