var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=477696&docid=2596668&x=109',
		'title': '',
		'imageId': '2596668',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477696&docid=2596671&x=109',
		'title': '',
		'imageId': '2596671',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477696&docid=2596665&x=109',
		'title': '',
		'imageId': '2596665',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477696&docid=2596674&x=109',
		'title': '',
		'imageId': '2596674',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #477696';

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