var varArray = [
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/3964210/68914296?x=213',
		'title': 'Pallet 1',
		'imageId': '68914296',
		'alt' : 'Pallet 1',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/3964210/68914300?x=213',
		'title': 'Pallet 2',
		'imageId': '68914300',
		'alt' : 'Pallet 2',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/3964210/68914304?x=213',
		'title': 'Pallet 3',
		'imageId': '68914304',
		'alt' : 'Pallet 3',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/3964210/68914307?x=213',
		'title': 'Pallet 4',
		'imageId': '68914307',
		'alt' : 'Pallet 4',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/3964210/68914312?x=213',
		'title': 'Pallet 5',
		'imageId': '68914312',
		'alt' : 'Pallet 5',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/3964210/68914368?x=213',
		'title': 'Pallet 6',
		'imageId': '68914368',
		'alt' : 'Pallet 6',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/3964210/68914374?x=213',
		'title': 'Pallet 7',
		'imageId': '68914374',
		'alt' : 'Pallet 7',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/3964210/68914412?x=213',
		'title': 'Pallet 8 NP - Items that would not fit in boxes listed on other pallets',
		'imageId': '68914412',
		'alt' : 'Pallet 8 NP - Items that would not fit in boxes listed on other pallets',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/3964210/68914523?x=213',
		'title': 'Pallet 9 NP - Items that would not fit in boxes listed on other pallets',
		'imageId': '68914523',
		'alt' : 'Pallet 9 NP - Items that would not fit in boxes listed on other pallets',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3964210';

document.body.style.overflow = "hidden";
var closeElement = document.querySelector("#lightbox #close");
var closeLoadingElement = document.querySelector("#lightbox #closeLoading");

if (closeElement) {
	closeElement.addEventListener("click", function() {
		document.body.style.overflow = "auto";
	})
}

if (closeLoadingElement) {
	closeLoadingElement.addEventListener("click", function() {
		document.body.style.overflow = "auto";
	})
}
