var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4010559&docid=69972799&x=5339',
		'title': '',
		'imageId': '69972799',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010559&docid=69972796&x=5339',
		'title': '',
		'imageId': '69972796',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010559&docid=69972795&x=5339',
		'title': '',
		'imageId': '69972795',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010559&docid=69972797&x=5339',
		'title': '',
		'imageId': '69972797',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010559&docid=69972793&x=5339',
		'title': '',
		'imageId': '69972793',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010559&docid=69972794&x=5339',
		'title': '',
		'imageId': '69972794',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010559&docid=69972800&x=5339',
		'title': '',
		'imageId': '69972800',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010559&docid=69972798&x=5339',
		'title': '',
		'imageId': '69972798',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4010559';

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