var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4014330&docid=70061874&x=2249',
		'title': '',
		'imageId': '70061874',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4014330&docid=70061881&x=2249',
		'title': '',
		'imageId': '70061881',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4014330&docid=70061902&x=2249',
		'title': '',
		'imageId': '70061902',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4014330&docid=70061910&x=2249',
		'title': '',
		'imageId': '70061910',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4014330&docid=70061963&x=2249',
		'title': '',
		'imageId': '70061963',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4014330&docid=70062038&x=2249',
		'title': '',
		'imageId': '70062038',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4014330&docid=70062197&x=2249',
		'title': '',
		'imageId': '70062197',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4014330&docid=70062302&x=2249',
		'title': '',
		'imageId': '70062302',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4014330';

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