var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3902990&docid=57826127&x=2159',
		'title': '',
		'imageId': '57826127',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3902990&docid=57826126&x=2159',
		'title': '',
		'imageId': '57826126',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3902990&docid=57826128&x=2159',
		'title': '',
		'imageId': '57826128',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3902990&docid=57826129&x=2159',
		'title': '',
		'imageId': '57826129',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3902990&docid=57826125&x=2159',
		'title': 'Bottom',
		'imageId': '57826125',
		'alt' : 'Bottom',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3902990&docid=57826124&x=2159',
		'title': 'Top',
		'imageId': '57826124',
		'alt' : 'Top',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3902990';

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