var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3994987&docid=69823203&x=2021',
		'title': '',
		'imageId': '69823203',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994987&docid=69823202&x=2021',
		'title': '',
		'imageId': '69823202',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994987&docid=69823204&x=2021',
		'title': '',
		'imageId': '69823204',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994987&docid=69823200&x=2021',
		'title': '',
		'imageId': '69823200',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994987&docid=69823198&x=2021',
		'title': '',
		'imageId': '69823198',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994987&docid=69823205&x=2021',
		'title': '',
		'imageId': '69823205',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994987&docid=69823199&x=2021',
		'title': '',
		'imageId': '69823199',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994987&docid=69823201&x=2021',
		'title': '',
		'imageId': '69823201',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3994987';

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