$(document).ready(function() {
	try { 
	
		$('a.lbox').lightBox(); 
	
	} catch(e) {}
});
