	
	$(document).ready(function(){
		
		$(".propertyPhotoThumb").click(function(){
			$(".propertyPhotoPreview").css({backgroundImage:"url(" + this.href + ")"});
			return false;
		});
		
	});