var varArray = [
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/4070227/71455231?x=4918',
		'title': 'Backside',
		'imageId': '71455231',
		'alt' : 'Backside',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/4070227/71455234?x=4918',
		'title': '',
		'imageId': '71455234',
		'alt' : 'Picture',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/4070227/71455251?x=4918',
		'title': '4 feet wide',
		'imageId': '71455251',
		'alt' : '4 feet wide',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/4070227/71455260?x=4918',
		'title': 'Depth 25 inches',
		'imageId': '71455260',
		'alt' : 'Depth 25 inches',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/4070227/71455302?x=4918',
		'title': '',
		'imageId': '71455302',
		'alt' : 'Picture',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/4070227/71455447?x=4918',
		'title': 'Frontside',
		'imageId': '71455447',
		'alt' : 'Frontside',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4070227';

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";
	})
}
