$(document).ready(
	function()
	{
		$("div#image a").lightBox();
	}
);
