var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=467837&docid=2543348&x=3151',
		'title': '',
		'imageId': '2543348',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467837&docid=2543351&x=3151',
		'title': '',
		'imageId': '2543351',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467837&docid=2543354&x=3151',
		'title': '',
		'imageId': '2543354',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467837&docid=2543357&x=3151',
		'title': '',
		'imageId': '2543357',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467837&docid=2543360&x=3151',
		'title': '',
		'imageId': '2543360',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #467837';

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