var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=927612&docid=6485172&x=2243',
		'title': '',
		'imageId': '6485172',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=927612&docid=6485177&x=2243',
		'title': '',
		'imageId': '6485177',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=927612&docid=6485182&x=2243',
		'title': '',
		'imageId': '6485182',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #927612';

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