var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=179545&docid=626357&x=5721',
		'title': '',
		'imageId': '626357',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179545&docid=626358&x=5721',
		'title': '',
		'imageId': '626358',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179545&docid=626359&x=5721',
		'title': '',
		'imageId': '626359',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179545&docid=626360&x=5721',
		'title': '',
		'imageId': '626360',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #179545';

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