$(document).ready(function()
{
	$("ul.tabs").tabs("div.panes > div");

	try
	{
		$('.gallery a').lightBox();
	}
	catch(e) {}
});

