var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=477441&docid=2529880&x=418',
		'title': '',
		'imageId': '2529880',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477441&docid=2529883&x=418',
		'title': '',
		'imageId': '2529883',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477441&docid=2529886&x=418',
		'title': '',
		'imageId': '2529886',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477441&docid=2529889&x=418',
		'title': '',
		'imageId': '2529889',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477441&docid=2529892&x=418',
		'title': '',
		'imageId': '2529892',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #477441';

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