var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=926403&docid=7447970&x=237',
		'title': '',
		'imageId': '7447970',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=926403&docid=7447964&x=237',
		'title': '',
		'imageId': '7447964',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=926403&docid=7447967&x=237',
		'title': '',
		'imageId': '7447967',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #926403';

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