var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=179560&docid=626569&x=5613',
		'title': '',
		'imageId': '626569',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179560&docid=626570&x=5613',
		'title': '',
		'imageId': '626570',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179560&docid=626571&x=5613',
		'title': '',
		'imageId': '626571',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179560&docid=626572&x=5613',
		'title': '',
		'imageId': '626572',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179560&docid=626573&x=5613',
		'title': '',
		'imageId': '626573',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #179560';

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