var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4015550&docid=70097223&x=1217',
		'title': '',
		'imageId': '70097223',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015550&docid=70097226&x=1217',
		'title': '',
		'imageId': '70097226',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015550&docid=70097224&x=1217',
		'title': '',
		'imageId': '70097224',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015550&docid=70097230&x=1217',
		'title': '',
		'imageId': '70097230',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015550&docid=70097225&x=1217',
		'title': '',
		'imageId': '70097225',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015550&docid=70097228&x=1217',
		'title': '',
		'imageId': '70097228',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015550&docid=70097229&x=1217',
		'title': '',
		'imageId': '70097229',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015550&docid=70097227&x=1217',
		'title': '',
		'imageId': '70097227',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4015550';

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