var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4033216&docid=70537981&x=432',
		'title': '',
		'imageId': '70537981',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4033216&docid=70537982&x=432',
		'title': '',
		'imageId': '70537982',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4033216&docid=70537980&x=432',
		'title': '',
		'imageId': '70537980',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4033216&docid=70537983&x=432',
		'title': '',
		'imageId': '70537983',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4033216';

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