var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3940322&docid=67717361&x=3422',
		'title': '',
		'imageId': '67717361',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3940322&docid=67717359&x=3422',
		'title': '',
		'imageId': '67717359',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3940322&docid=67717363&x=3422',
		'title': '',
		'imageId': '67717363',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3940322&docid=67717365&x=3422',
		'title': '',
		'imageId': '67717365',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3940322&docid=67717364&x=3422',
		'title': '',
		'imageId': '67717364',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3940322&docid=67717362&x=3422',
		'title': '',
		'imageId': '67717362',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3940322&docid=67717360&x=3422',
		'title': '',
		'imageId': '67717360',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3940322&docid=67717366&x=3422',
		'title': '',
		'imageId': '67717366',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3940322';

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