var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3996544&docid=69618645&x=036',
		'title': '',
		'imageId': '69618645',
		'alt' : 'Picture',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3996544&docid=69618644&x=036',
		'title': '',
		'imageId': '69618644',
		'alt' : 'Picture',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3996544&docid=69618646&x=036',
		'title': '',
		'imageId': '69618646',
		'alt' : 'Picture',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3996544&docid=69822783&x=036',
		'title': 'Three-panel divider - Middle panel width\nNote that protective covering is still on the Plexiglass',
		'imageId': '69822783',
		'alt' : 'Three-panel divider - Middle panel width\nNote that protective covering is still on the Plexiglass',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3996544&docid=69822784&x=036',
		'title': 'Three-panel divider - Middle panel width\nNote that protective covering is still on the Plexiglass',
		'imageId': '69822784',
		'alt' : 'Three-panel divider - Middle panel width\nNote that protective covering is still on the Plexiglass',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3996544&docid=69822786&x=036',
		'title': 'Three panel divider - height\nNote that protective covering is still on the Plexiglass',
		'imageId': '69822786',
		'alt' : 'Three panel divider - height\nNote that protective covering is still on the Plexiglass',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3996544&docid=69822785&x=036',
		'title': 'Three-panel divider - side panel width\nNote that protective covering is still on the Plexiglass',
		'imageId': '69822785',
		'alt' : 'Three-panel divider - side panel width\nNote that protective covering is still on the Plexiglass',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3996544&docid=69822802&x=036',
		'title': 'Single panel with stands and document window - width\nNote that protective covering is still on the Plexiglass',
		'imageId': '69822802',
		'alt' : 'Single panel with stands and document window - width\nNote that protective covering is still on the Plexiglass',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3996544&docid=69822803&x=036',
		'title': 'Single panel with stands and document window - full view\nNote that protective covering is still on the Plexiglass',
		'imageId': '69822803',
		'alt' : 'Single panel with stands and document window - full view\nNote that protective covering is still on the Plexiglass',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3996544&docid=69822804&x=036',
		'title': 'Single panel with stands and document window - height\nNote that protective covering is still on the Plexiglass',
		'imageId': '69822804',
		'alt' : 'Single panel with stands and document window - height\nNote that protective covering is still on the Plexiglass',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3996544';

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