var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=477266&docid=2612156&x=4118',
		'title': '',
		'imageId': '2612156',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477266&docid=2612161&x=4118',
		'title': '',
		'imageId': '2612161',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477266&docid=2612164&x=4118',
		'title': '',
		'imageId': '2612164',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477266&docid=2612167&x=4118',
		'title': '',
		'imageId': '2612167',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #477266';

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