var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=408005&docid=2031082&x=2344',
		'title': '',
		'imageId': '2031082',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=408005&docid=2031085&x=2344',
		'title': '',
		'imageId': '2031085',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=408005&docid=2031091&x=2344',
		'title': '',
		'imageId': '2031091',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=408005&docid=2031088&x=2344',
		'title': '',
		'imageId': '2031088',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #408005';

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