// JavaScript Document
$(function() 
	{
		$('#gallery a').lightBox();
	}
);