var varArray = [
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/4028946/70427047?x=408',
		'title': '3 office chairs',
		'imageId': '70427047',
		'alt' : '3 office chairs',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/4028946/70427050?x=408',
		'title': 'Rotary Shelve',
		'imageId': '70427050',
		'alt' : 'Rotary Shelve',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': 'https://d37qv0n5b4mbzm.cloudfront.net/sms/docviewer/cdnaucdoc/img/4028946/70427051?x=408',
		'title': 'Desk Cabinet',
		'imageId': '70427051',
		'alt' : 'Desk Cabinet',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4028946';

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