$(document).ready(function() {
	
	$('.photo-gallery a').lightBox(); 
	
	$('input[title!=""]').hint(); 
	
	
});





