var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=472503&docid=2577682&x=3245',
		'title': '',
		'imageId': '2577682',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472503&docid=2577685&x=3245',
		'title': '',
		'imageId': '2577685',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472503&docid=2577688&x=3245',
		'title': '',
		'imageId': '2577688',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #472503';

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