$(function () {
	if ($.fn.lightbox) {
		$('ul.image-gallery a').lightbox();
	}
});
