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