var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3994981&docid=69823001&x=2641',
		'title': '',
		'imageId': '69823001',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994981&docid=69823000&x=2641',
		'title': '',
		'imageId': '69823000',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994981&docid=69822997&x=2641',
		'title': '',
		'imageId': '69822997',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994981&docid=69823002&x=2641',
		'title': '',
		'imageId': '69823002',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994981&docid=69822998&x=2641',
		'title': '',
		'imageId': '69822998',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994981&docid=69823003&x=2641',
		'title': '',
		'imageId': '69823003',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994981&docid=69822996&x=2641',
		'title': '',
		'imageId': '69822996',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994981&docid=69822999&x=2641',
		'title': '',
		'imageId': '69822999',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3994981';

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