var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=472844&docid=2581577&x=337',
		'title': '',
		'imageId': '2581577',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472844&docid=2581580&x=337',
		'title': '',
		'imageId': '2581580',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472844&docid=2581583&x=337',
		'title': '',
		'imageId': '2581583',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472844&docid=2581586&x=337',
		'title': '',
		'imageId': '2581586',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #472844';

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