var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3994980&docid=69822965&x=2021',
		'title': '',
		'imageId': '69822965',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994980&docid=69822964&x=2021',
		'title': '',
		'imageId': '69822964',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994980&docid=69822968&x=2021',
		'title': '',
		'imageId': '69822968',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994980&docid=69822969&x=2021',
		'title': '',
		'imageId': '69822969',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994980&docid=69822971&x=2021',
		'title': '',
		'imageId': '69822971',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994980&docid=69822970&x=2021',
		'title': '',
		'imageId': '69822970',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994980&docid=69822966&x=2021',
		'title': '',
		'imageId': '69822966',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994980&docid=69822967&x=2021',
		'title': '',
		'imageId': '69822967',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3994980';

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