var varArray = [
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/4022834/70294180?x=1337',
		'title': '',
		'imageId': '70294180',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/4022834/70294214?x=1337',
		'title': 'Angle of rear of cabinet',
		'imageId': '70294214',
		'alt' : 'Angle of rear of cabinet',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/4022834/70294252?x=1337',
		'title': 'Angled stance of cabinet',
		'imageId': '70294252',
		'alt' : 'Angled stance of cabinet',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/4022834/70294290?x=1337',
		'title': 'Depth of cabinet storage area',
		'imageId': '70294290',
		'alt' : 'Depth of cabinet storage area',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/4022834/70294320?x=1337',
		'title': 'Length of cabinet',
		'imageId': '70294320',
		'alt' : 'Length of cabinet',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/4022834/70294332?x=1337',
		'title': 'Height of cabinet',
		'imageId': '70294332',
		'alt' : 'Height of cabinet',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4022834';

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