var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=179480&docid=625466&x=3350',
		'title': '',
		'imageId': '625466',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179480&docid=625467&x=3350',
		'title': '',
		'imageId': '625467',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179480&docid=625468&x=3350',
		'title': '',
		'imageId': '625468',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179480&docid=625469&x=3350',
		'title': '',
		'imageId': '625469',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #179480';

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