var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=926718&docid=7425802&x=2238',
		'title': '',
		'imageId': '7425802',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=926718&docid=7425801&x=2238',
		'title': '',
		'imageId': '7425801',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=926718&docid=7425800&x=2238',
		'title': '',
		'imageId': '7425800',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #926718';

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