var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3987044&docid=69431417&x=2019',
		'title': '',
		'imageId': '69431417',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3987044&docid=69431415&x=2019',
		'title': '',
		'imageId': '69431415',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3987044&docid=69431406&x=2019',
		'title': '',
		'imageId': '69431406',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3987044&docid=69431404&x=2019',
		'title': '',
		'imageId': '69431404',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3987044&docid=69431416&x=2019',
		'title': '',
		'imageId': '69431416',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3987044&docid=69431398&x=2019',
		'title': '',
		'imageId': '69431398',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3987044&docid=69431412&x=2019',
		'title': '',
		'imageId': '69431412',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3987044';

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