var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=475650&docid=2597680&x=408',
		'title': '',
		'imageId': '2597680',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=475650&docid=2597677&x=408',
		'title': '',
		'imageId': '2597677',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=475650&docid=2597683&x=408',
		'title': '',
		'imageId': '2597683',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #475650';

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