var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3994986&docid=69823173&x=2019',
		'title': '',
		'imageId': '69823173',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994986&docid=69823179&x=2019',
		'title': '',
		'imageId': '69823179',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994986&docid=69823178&x=2019',
		'title': '',
		'imageId': '69823178',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994986&docid=69823174&x=2019',
		'title': '',
		'imageId': '69823174',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994986&docid=69823180&x=2019',
		'title': '',
		'imageId': '69823180',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994986&docid=69823175&x=2019',
		'title': '',
		'imageId': '69823175',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994986&docid=69823176&x=2019',
		'title': '',
		'imageId': '69823176',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994986&docid=69823177&x=2019',
		'title': '',
		'imageId': '69823177',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3994986';

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