var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3879043&docid=67515351&x=319',
		'title': '',
		'imageId': '67515351',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3879043&docid=67515352&x=319',
		'title': '',
		'imageId': '67515352',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3879043&docid=67515353&x=319',
		'title': '',
		'imageId': '67515353',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3879043&docid=67515354&x=319',
		'title': '',
		'imageId': '67515354',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3879043';

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