$(function(){
	$('a[rel=property]').fancybox({
		titleShow:false,
		transitionIn:'fade',
		transitionOut:'fade'
	});
});
