var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=472269&docid=2531317&x=3325',
		'title': '',
		'imageId': '2531317',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472269&docid=2531326&x=3325',
		'title': '',
		'imageId': '2531326',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472269&docid=2531338&x=3325',
		'title': '',
		'imageId': '2531338',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472269&docid=2531345&x=3325',
		'title': '',
		'imageId': '2531345',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472269&docid=2531353&x=3325',
		'title': '',
		'imageId': '2531353',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472269&docid=2531359&x=3325',
		'title': '',
		'imageId': '2531359',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #472269';

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