var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=932259&docid=5205478&x=2136',
		'title': '',
		'imageId': '5205478',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=932259&docid=5205483&x=2136',
		'title': '',
		'imageId': '5205483',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #932259';

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