$(document).ready(function(){ 
	
	$('.thumbnail .photo .bot a').lightBox({fixedNavigation:true});
	$('#previewphoto .previewimg').lightBox({fixedNavigation:true});
	$('#previewphoto .previewlnk').lightBox({fixedNavigation:true});
	//$('#propertyfound table .thumbnail a').lightBox({fixedNavigation:true});
	
	
	$('#foundone tr:odd').addClass('odd');
	$('#foundtwo tr:odd').addClass('odd');
	$('#suggestedrates .rates tr:odd').addClass('odd');
	
    }); 
