var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3987961&docid=69448207&x=2541',
		'title': '',
		'imageId': '69448207',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3987961&docid=69448208&x=2541',
		'title': '',
		'imageId': '69448208',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3987961&docid=69448209&x=2541',
		'title': '',
		'imageId': '69448209',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3987961&docid=69448206&x=2541',
		'title': '',
		'imageId': '69448206',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3987961&docid=69448205&x=2541',
		'title': 'BROKEN HANDLE',
		'imageId': '69448205',
		'alt' : 'BROKEN HANDLE',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3987961&docid=69448235&x=2541',
		'title': '',
		'imageId': '69448235',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3987961';

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