var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3893628&docid=62840851&x=5022',
		'title': '',
		'imageId': '62840851',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3893628&docid=62840852&x=5022',
		'title': '',
		'imageId': '62840852',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3893628&docid=62840850&x=5022',
		'title': '',
		'imageId': '62840850',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3893628';

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