var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=179104&docid=622998&x=483',
		'title': '',
		'imageId': '622998',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179104&docid=622999&x=483',
		'title': '',
		'imageId': '622999',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179104&docid=623000&x=483',
		'title': '',
		'imageId': '623000',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179104&docid=623001&x=483',
		'title': '',
		'imageId': '623001',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179104&docid=623002&x=483',
		'title': '',
		'imageId': '623002',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179104&docid=623003&x=483',
		'title': '',
		'imageId': '623003',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #179104';

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