var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4021108&docid=70255219&x=3524',
		'title': '',
		'imageId': '70255219',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4021108&docid=70255221&x=3524',
		'title': '',
		'imageId': '70255221',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4021108&docid=70255217&x=3524',
		'title': '',
		'imageId': '70255217',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4021108&docid=70255224&x=3524',
		'title': '',
		'imageId': '70255224',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4021108&docid=70255216&x=3524',
		'title': '',
		'imageId': '70255216',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4021108&docid=70255220&x=3524',
		'title': '',
		'imageId': '70255220',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4021108&docid=70255222&x=3524',
		'title': '',
		'imageId': '70255222',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4021108&docid=70255218&x=3524',
		'title': '',
		'imageId': '70255218',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4021108';

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