var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=473463&docid=2587383&x=338',
		'title': '',
		'imageId': '2587383',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473463&docid=2587387&x=338',
		'title': '',
		'imageId': '2587387',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473463&docid=2587391&x=338',
		'title': '',
		'imageId': '2587391',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473463&docid=2587394&x=338',
		'title': '',
		'imageId': '2587394',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #473463';

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