var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=477444&docid=2528323&x=945',
		'title': '',
		'imageId': '2528323',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477444&docid=2528329&x=945',
		'title': '',
		'imageId': '2528329',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477444&docid=2528332&x=945',
		'title': '',
		'imageId': '2528332',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477444&docid=2528326&x=945',
		'title': '',
		'imageId': '2528326',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #477444';

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