var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3994989&docid=69823269&x=2023',
		'title': '',
		'imageId': '69823269',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994989&docid=69823266&x=2023',
		'title': '',
		'imageId': '69823266',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994989&docid=69823263&x=2023',
		'title': '',
		'imageId': '69823263',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994989&docid=69823267&x=2023',
		'title': '',
		'imageId': '69823267',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994989&docid=69823268&x=2023',
		'title': '',
		'imageId': '69823268',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994989&docid=69823262&x=2023',
		'title': '',
		'imageId': '69823262',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994989&docid=69823264&x=2023',
		'title': '',
		'imageId': '69823264',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994989&docid=69823265&x=2023',
		'title': '',
		'imageId': '69823265',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3994989';

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