var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=472802&docid=2581157&x=3118',
		'title': '',
		'imageId': '2581157',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472802&docid=2581160&x=3118',
		'title': '',
		'imageId': '2581160',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472802&docid=2581163&x=3118',
		'title': '',
		'imageId': '2581163',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472802&docid=2581154&x=3118',
		'title': '',
		'imageId': '2581154',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #472802';

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