var varArray = [
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/4044871/70489768?x=3910',
		'title': 'Office Furniture',
		'imageId': '70489768',
		'alt' : 'Office Furniture',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/4044871/70489766?x=3910',
		'title': 'Desk &amp; Left Return',
		'imageId': '70489766',
		'alt' : 'Desk &amp; Left Return',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/4044871/70489767?x=3910',
		'title': '5 Level Bookshelf',
		'imageId': '70489767',
		'alt' : '5 Level Bookshelf',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/4044871/70489765?x=3910',
		'title': 'Lateral 2 Drawer Filing Cabinet',
		'imageId': '70489765',
		'alt' : 'Lateral 2 Drawer Filing Cabinet',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4044871';

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