var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3902991&docid=57829486&x=1936',
		'title': '',
		'imageId': '57829486',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3902991&docid=57829483&x=1936',
		'title': '',
		'imageId': '57829483',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3902991&docid=57829487&x=1936',
		'title': '',
		'imageId': '57829487',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3902991&docid=57829485&x=1936',
		'title': '',
		'imageId': '57829485',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3902991&docid=57829482&x=1936',
		'title': 'Top',
		'imageId': '57829482',
		'alt' : 'Top',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3902991&docid=57829484&x=1936',
		'title': 'Bottom',
		'imageId': '57829484',
		'alt' : 'Bottom',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3902991';

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