$(document).ready(function(){
	/*
	$(".lodgingSummary .photo img").hide();
	$(".lodgingSummary .photo img").bind( "inview", function(e, visible) {
		if (visible) {
			$(this).fadeIn("slow");
			$(this).unbind("inview");
		}
	});
/**/	
});
