var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4022834&docid=70294180&x=1956',
		'title': '',
		'imageId': '70294180',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4022834&docid=70294214&x=1956',
		'title': 'Angle of rear of cabinet',
		'imageId': '70294214',
		'alt' : 'Angle of rear of cabinet',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4022834&docid=70294252&x=1956',
		'title': 'Angled stance of cabinet',
		'imageId': '70294252',
		'alt' : 'Angled stance of cabinet',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4022834&docid=70294290&x=1956',
		'title': 'Depth of cabinet storage area',
		'imageId': '70294290',
		'alt' : 'Depth of cabinet storage area',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4022834&docid=70294320&x=1956',
		'title': 'Length of cabinet',
		'imageId': '70294320',
		'alt' : 'Length of cabinet',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4022834&docid=70294332&x=1956',
		'title': 'Height of cabinet',
		'imageId': '70294332',
		'alt' : 'Height of cabinet',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4022834';

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