var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=179574&docid=626651&x=4048',
		'title': '',
		'imageId': '626651',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179574&docid=626652&x=4048',
		'title': '',
		'imageId': '626652',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179574&docid=626653&x=4048',
		'title': '',
		'imageId': '626653',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179574&docid=626654&x=4048',
		'title': '',
		'imageId': '626654',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #179574';

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