var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=477107&docid=2610590&x=420',
		'title': '',
		'imageId': '2610590',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477107&docid=2610593&x=420',
		'title': '',
		'imageId': '2610593',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477107&docid=2610596&x=420',
		'title': '',
		'imageId': '2610596',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477107&docid=2610587&x=420',
		'title': '',
		'imageId': '2610587',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #477107';

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