var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3957332&docid=68797237&x=1629',
		'title': '',
		'imageId': '68797237',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3957332&docid=68797236&x=1629',
		'title': '',
		'imageId': '68797236',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3957332&docid=68798908&x=1629',
		'title': 'Lumbar support adjustment',
		'imageId': '68798908',
		'alt' : 'Lumbar support adjustment',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3957332&docid=68798949&x=1629',
		'title': '',
		'imageId': '68798949',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3957332';

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