$(document).ready(function() {
$('a[rel="sands"]').lightBox({
	imageLoading: 'http://amphibian.info/wp-content/themes/amphibian/scripts/jq-lightbox/images/ajax-loader.gif',
	imageBtnClose: 'http://amphibian.info/wp-content/themes/amphibian/scripts/jq-lightbox/images/closelabel.gif',
	imageBtnPrev: 'http://amphibian.info/wp-content/themes/amphibian/scripts/jq-lightbox/images/prevlabel.gif',
	imageBtnNext: 'http://amphibian.info/wp-content/themes/amphibian/scripts/jq-lightbox/images/nextlabel.gif'
	});
$('a[rel="subhumans"]').lightBox({
	imageLoading: 'http://amphibian.info/wp-content/themes/amphibian/scripts/jq-lightbox/images/ajax-loader.gif',
	imageBtnClose: 'http://amphibian.info/wp-content/themes/amphibian/scripts/jq-lightbox/images/closelabel.gif',
	imageBtnPrev: 'http://amphibian.info/wp-content/themes/amphibian/scripts/jq-lightbox/images/prevlabel.gif',
	imageBtnNext: 'http://amphibian.info/wp-content/themes/amphibian/scripts/jq-lightbox/images/nextlabel.gif'
	});
$('a[rel="mondragon"]').lightBox({
	imageLoading: 'http://amphibian.info/wp-content/themes/amphibian/scripts/jq-lightbox/images/ajax-loader.gif',
	imageBtnClose: 'http://amphibian.info/wp-content/themes/amphibian/scripts/jq-lightbox/images/closelabel.gif',
	imageBtnPrev: 'http://amphibian.info/wp-content/themes/amphibian/scripts/jq-lightbox/images/prevlabel.gif',
	imageBtnNext: 'http://amphibian.info/wp-content/themes/amphibian/scripts/jq-lightbox/images/nextlabel.gif'
	});
$('a[rel="prop"]').lightBox({
	imageLoading: 'http://amphibian.info/wp-content/themes/amphibian/scripts/jq-lightbox/images/ajax-loader.gif',
	imageBtnClose: 'http://amphibian.info/wp-content/themes/amphibian/scripts/jq-lightbox/images/closelabel.gif',
	imageBtnPrev: 'http://amphibian.info/wp-content/themes/amphibian/scripts/jq-lightbox/images/prevlabel.gif',
	imageBtnNext: 'http://amphibian.info/wp-content/themes/amphibian/scripts/jq-lightbox/images/nextlabel.gif'
	});
$('a[rel="lightbox"]').lightBox({
	imageLoading: 'http://amphibian.info/wp-content/themes/amphibian/scripts/jq-lightbox/images/ajax-loader.gif',
	imageBtnClose: 'http://amphibian.info/wp-content/themes/amphibian/scripts/jq-lightbox/images/closelabel.gif',
	imageBtnPrev: 'http://amphibian.info/wp-content/themes/amphibian/scripts/jq-lightbox/images/prevlabel.gif',
	imageBtnNext: 'http://amphibian.info/wp-content/themes/amphibian/scripts/jq-lightbox/images/nextlabel.gif'
	});
});