var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=472342&docid=2576417&x=4236',
		'title': '',
		'imageId': '2576417',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472342&docid=2576420&x=4236',
		'title': '',
		'imageId': '2576420',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472342&docid=2576424&x=4236',
		'title': '',
		'imageId': '2576424',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472342&docid=2576435&x=4236',
		'title': '',
		'imageId': '2576435',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472342&docid=2576438&x=4236',
		'title': '',
		'imageId': '2576438',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472342&docid=2576441&x=4236',
		'title': '',
		'imageId': '2576441',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #472342';

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