var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=473372&docid=2586212&x=401',
		'title': '',
		'imageId': '2586212',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473372&docid=2586206&x=401',
		'title': '',
		'imageId': '2586206',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473372&docid=2586215&x=401',
		'title': '',
		'imageId': '2586215',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473372&docid=2586209&x=401',
		'title': '',
		'imageId': '2586209',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #473372';

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