$(function(){
	$('#gallery li a').each(function(){
		$(this).lightBox({path:webroot});
	});
});
