var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=478091&docid=2501044&x=4134',
		'title': '',
		'imageId': '2501044',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=478091&docid=2501047&x=4134',
		'title': '',
		'imageId': '2501047',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=478091&docid=2501050&x=4134',
		'title': '',
		'imageId': '2501050',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #478091';

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