$(function(){
	$('.lightbox').each(function(){
		$(this).lightBox();
	})
})
