var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=477449&docid=2446149&x=4044',
		'title': '',
		'imageId': '2446149',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477449&docid=2446155&x=4044',
		'title': '',
		'imageId': '2446155',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477449&docid=2446158&x=4044',
		'title': '',
		'imageId': '2446158',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #477449';

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