$(document).ready(function() {
	$('div#gallery ul li a').lightBox();
});

