var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=472798&docid=2581133&x=3322',
		'title': '',
		'imageId': '2581133',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472798&docid=2581136&x=3322',
		'title': '',
		'imageId': '2581136',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472798&docid=2581139&x=3322',
		'title': '',
		'imageId': '2581139',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472798&docid=2581130&x=3322',
		'title': '',
		'imageId': '2581130',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #472798';

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