var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=928012&docid=7440101&x=1316',
		'title': '',
		'imageId': '7440101',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=928012&docid=7440098&x=1316',
		'title': '',
		'imageId': '7440098',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=928012&docid=7440092&x=1316',
		'title': '',
		'imageId': '7440092',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=928012&docid=7440095&x=1316',
		'title': '',
		'imageId': '7440095',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=928012&docid=7440107&x=1316',
		'title': '',
		'imageId': '7440107',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=928012&docid=7440104&x=1316',
		'title': '',
		'imageId': '7440104',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=928012&docid=7440110&x=1316',
		'title': '',
		'imageId': '7440110',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=928012&docid=7440113&x=1316',
		'title': '',
		'imageId': '7440113',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #928012';

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