var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=179473&docid=625401&x=1045',
		'title': '',
		'imageId': '625401',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179473&docid=625402&x=1045',
		'title': '',
		'imageId': '625402',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179473&docid=625403&x=1045',
		'title': '',
		'imageId': '625403',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #179473';

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