(function ($) {
		   
	$(document).ready(function() {
	
		$('a[rel=lightbox]').lightBox();
		
		$('.recipe_gallery .recipe:first-child').addClass('alpha');
		$('.recipe_gallery .recipe:nth-child(3n+3)').addClass('alpha');
		$('.recipe_gallery .recipe:nth-child(3n+5)').addClass('omega');
	
	});

}(jQuery));
