var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=478980&docid=2626122&x=524',
		'title': '',
		'imageId': '2626122',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=478980&docid=2626126&x=524',
		'title': '',
		'imageId': '2626126',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=478980&docid=2626131&x=524',
		'title': '',
		'imageId': '2626131',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=478980&docid=2626134&x=524',
		'title': '',
		'imageId': '2626134',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #478980';

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