jQuery(document).ready(function($) {
	$("a[data-lightbox='recent']").colorbox({
		photo: true,
		href: function() {
			return $(this).children("img").first().attr('data-large');
		},
		rel: "recent"
		//href: "/images/gallery/edible-garden-and-composting/17.jpg"
	});
});
