var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=926717&docid=7425797&x=4916',
		'title': '',
		'imageId': '7425797',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=926717&docid=7425803&x=4916',
		'title': '',
		'imageId': '7425803',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=926717&docid=7425806&x=4916',
		'title': '',
		'imageId': '7425806',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=926717&docid=7425809&x=4916',
		'title': '',
		'imageId': '7425809',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #926717';

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