var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3758228&docid=63761589&x=163',
		'title': '',
		'imageId': '63761589',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3758228&docid=63761590&x=163',
		'title': '',
		'imageId': '63761590',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3758228&docid=63761591&x=163',
		'title': '',
		'imageId': '63761591',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3758228&docid=63761592&x=163',
		'title': '',
		'imageId': '63761592',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3758228';

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