var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=477955&docid=2262074&x=4123',
		'title': '',
		'imageId': '2262074',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477955&docid=2262080&x=4123',
		'title': '',
		'imageId': '2262080',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477955&docid=2262083&x=4123',
		'title': '',
		'imageId': '2262083',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #477955';

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