var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=467831&docid=2542974&x=3213',
		'title': '',
		'imageId': '2542974',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467831&docid=2542977&x=3213',
		'title': '',
		'imageId': '2542977',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467831&docid=2542980&x=3213',
		'title': '',
		'imageId': '2542980',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467831&docid=2542983&x=3213',
		'title': '',
		'imageId': '2542983',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467831&docid=2542986&x=3213',
		'title': '',
		'imageId': '2542986',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #467831';

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