var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=905292&docid=7176054&x=3445',
		'title': '',
		'imageId': '7176054',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=905292&docid=7176057&x=3445',
		'title': '',
		'imageId': '7176057',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #905292';

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