$(document).ready(
	function() {
	
	$('ul.gallery li a').lightBox({fixedNavigation:true});
	$('#property_photos a').lightBox({fixedNavigation:true});

	}
);
