﻿$(function () {
	$('#gallery a').lightBox({ fixedNavigation: true });
	$('#mostrecent a').lightBox({ fixedNavigation: true });
	$('#featured a').lightBox({ fixedNavigation: true });
});
