var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4008100&docid=69911716&x=3820',
		'title': '',
		'imageId': '69911716',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4008100&docid=69911710&x=3820',
		'title': '',
		'imageId': '69911710',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4008100&docid=69911713&x=3820',
		'title': '',
		'imageId': '69911713',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4008100&docid=69911709&x=3820',
		'title': '',
		'imageId': '69911709',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4008100&docid=69911712&x=3820',
		'title': '',
		'imageId': '69911712',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4008100&docid=69911714&x=3820',
		'title': '',
		'imageId': '69911714',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4008100&docid=69911715&x=3820',
		'title': '',
		'imageId': '69911715',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4008100&docid=69911711&x=3820',
		'title': '',
		'imageId': '69911711',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4008100';

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