$(function() {
	$('a[rel*=lightbox[gallery1]]').lightBoxGalleries();
	$('a[rel*=lightbox[gallery2]]').lightBoxGalleries();
	$('a[rel*=lightbox[gallery3]]').lightBoxGalleries();
	$('a[rel*=lightbox[gallery4]]').lightBoxGalleries();
	$('a[rel*=lightbox[gallery5]]').lightBoxGalleries();
	$('a[rel*=lightbox[gallery6]]').lightBoxGalleries();
	$('a[rel*=lightbox[gallery7]]').lightBoxGalleries();
	$('a[rel*=lightbox[gallery8]]').lightBoxGalleries();
	$('a[rel*=lightbox[gallery9]]').lightBoxGalleries();
	$('a[rel*=lightbox[gallery10]]').lightBoxGalleries();
	$('a[rel*=lightbox[gallery11]]').lightBoxGalleries();
	$('a[rel*=lightbox[gallery12]]').lightBoxGalleries();
	$('a[rel*=lightbox[gallery13]]').lightBoxGalleries();
	$('a[rel*=lightbox[gallery14]]').lightBoxGalleries();
	$('a[rel*=lightbox[gallery15]]').lightBoxGalleries();
});