var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=163535&docid=372418&x=555',
		'title': '',
		'imageId': '372418',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=163535&docid=372419&x=555',
		'title': '',
		'imageId': '372419',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=163535&docid=372420&x=555',
		'title': '',
		'imageId': '372420',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=163535&docid=372421&x=555',
		'title': '',
		'imageId': '372421',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=163535&docid=372422&x=555',
		'title': '',
		'imageId': '372422',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=163535&docid=372423&x=555',
		'title': '',
		'imageId': '372423',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #163535';

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