var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4014114&docid=70059640&x=2019',
		'title': '',
		'imageId': '70059640',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4014114&docid=69738623&x=2019',
		'title': '',
		'imageId': '69738623',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4014114&docid=70059623&x=2019',
		'title': '',
		'imageId': '70059623',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4014114&docid=70059626&x=2019',
		'title': '',
		'imageId': '70059626',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4014114&docid=69738629&x=2019',
		'title': '',
		'imageId': '69738629',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4014114&docid=70059631&x=2019',
		'title': '',
		'imageId': '70059631',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4014114&docid=70059634&x=2019',
		'title': '',
		'imageId': '70059634',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4014114';

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