var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=477768&docid=2616359&x=314',
		'title': '',
		'imageId': '2616359',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477768&docid=2616362&x=314',
		'title': '',
		'imageId': '2616362',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477768&docid=2616365&x=314',
		'title': '',
		'imageId': '2616365',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477768&docid=2616368&x=314',
		'title': '',
		'imageId': '2616368',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477768&docid=2616371&x=314',
		'title': '',
		'imageId': '2616371',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #477768';

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