var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=477804&docid=2616651&x=589',
		'title': '',
		'imageId': '2616651',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477804&docid=2616648&x=589',
		'title': '',
		'imageId': '2616648',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477804&docid=2616654&x=589',
		'title': '',
		'imageId': '2616654',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #477804';

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