var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4013204&docid=70033132&x=5351',
		'title': '',
		'imageId': '70033132',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013204&docid=70033122&x=5351',
		'title': '',
		'imageId': '70033122',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013204&docid=70033125&x=5351',
		'title': '',
		'imageId': '70033125',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013204&docid=70033120&x=5351',
		'title': '',
		'imageId': '70033120',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013204&docid=70033117&x=5351',
		'title': '',
		'imageId': '70033117',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013204&docid=70033121&x=5351',
		'title': '',
		'imageId': '70033121',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013204&docid=70033118&x=5351',
		'title': '',
		'imageId': '70033118',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013204&docid=70033119&x=5351',
		'title': '',
		'imageId': '70033119',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4013204';

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