var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4012059&docid=70007542&x=4913',
		'title': '',
		'imageId': '70007542',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012059&docid=70007540&x=4913',
		'title': '',
		'imageId': '70007540',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012059&docid=70007538&x=4913',
		'title': '',
		'imageId': '70007538',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012059&docid=70007543&x=4913',
		'title': '',
		'imageId': '70007543',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012059&docid=70007545&x=4913',
		'title': '',
		'imageId': '70007545',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012059&docid=70007544&x=4913',
		'title': '',
		'imageId': '70007544',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012059&docid=70007541&x=4913',
		'title': '',
		'imageId': '70007541',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012059&docid=70007539&x=4913',
		'title': '',
		'imageId': '70007539',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4012059';

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