var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=472272&docid=2531003&x=334',
		'title': '',
		'imageId': '2531003',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472272&docid=2531007&x=334',
		'title': '',
		'imageId': '2531007',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472272&docid=2531282&x=334',
		'title': '',
		'imageId': '2531282',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472272&docid=2531285&x=334',
		'title': '',
		'imageId': '2531285',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472272&docid=2531292&x=334',
		'title': '',
		'imageId': '2531292',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472272&docid=2531301&x=334',
		'title': '',
		'imageId': '2531301',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #472272';

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