var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=472044&docid=2573017&x=108',
		'title': '',
		'imageId': '2573017',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472044&docid=2573020&x=108',
		'title': '',
		'imageId': '2573020',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472044&docid=2573030&x=108',
		'title': '',
		'imageId': '2573030',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472044&docid=2573044&x=108',
		'title': '',
		'imageId': '2573044',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472044&docid=2573047&x=108',
		'title': '',
		'imageId': '2573047',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472044&docid=2573051&x=108',
		'title': '',
		'imageId': '2573051',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #472044';

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