var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=477055&docid=2609897&x=407',
		'title': '',
		'imageId': '2609897',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477055&docid=2609900&x=407',
		'title': '',
		'imageId': '2609900',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477055&docid=2609903&x=407',
		'title': '',
		'imageId': '2609903',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #477055';

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