var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=478013&docid=2618532&x=4045',
		'title': '',
		'imageId': '2618532',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=478013&docid=2618535&x=4045',
		'title': '',
		'imageId': '2618535',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=478013&docid=2618538&x=4045',
		'title': '',
		'imageId': '2618538',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=478013&docid=2618541&x=4045',
		'title': '',
		'imageId': '2618541',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #478013';

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