var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=460601&docid=2482063&x=1835',
		'title': '',
		'imageId': '2482063',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=460601&docid=2482066&x=1835',
		'title': '',
		'imageId': '2482066',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=460601&docid=2482070&x=1835',
		'title': '',
		'imageId': '2482070',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=460601&docid=2482075&x=1835',
		'title': '',
		'imageId': '2482075',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=460601&docid=2482078&x=1835',
		'title': '',
		'imageId': '2482078',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=460601&docid=2482081&x=1835',
		'title': '',
		'imageId': '2482081',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #460601';

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