var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=179565&docid=626611&x=2531',
		'title': '',
		'imageId': '626611',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179565&docid=626612&x=2531',
		'title': '',
		'imageId': '626612',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179565&docid=626613&x=2531',
		'title': '',
		'imageId': '626613',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179565&docid=626614&x=2531',
		'title': '',
		'imageId': '626614',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179565&docid=626615&x=2531',
		'title': '',
		'imageId': '626615',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #179565';

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