// JavaScript Document

$(document).ready(function(){
	$(function() {
		$('ul.add_images > li > a').lightBox();
	});
});