var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=477465&docid=2613914&x=4044',
		'title': '',
		'imageId': '2613914',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477465&docid=2613911&x=4044',
		'title': '',
		'imageId': '2613911',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477465&docid=2613917&x=4044',
		'title': '',
		'imageId': '2613917',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #477465';

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