var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=916726&docid=7308704&x=627',
		'title': '',
		'imageId': '7308704',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=916726&docid=7308721&x=627',
		'title': '',
		'imageId': '7308721',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=916726&docid=7308771&x=627',
		'title': '',
		'imageId': '7308771',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=916726&docid=7308825&x=627',
		'title': '',
		'imageId': '7308825',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #916726';

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