var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3925340&docid=68032915&x=3715',
		'title': '',
		'imageId': '68032915',
		'alt' : 'Picture',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3925340&docid=68032916&x=3715',
		'title': '',
		'imageId': '68032916',
		'alt' : 'Picture',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3925340&docid=68032913&x=3715',
		'title': '',
		'imageId': '68032913',
		'alt' : 'Picture',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3925340&docid=68032927&x=3715',
		'title': '',
		'imageId': '68032927',
		'alt' : 'Picture',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3925340&docid=68032928&x=3715',
		'title': '',
		'imageId': '68032928',
		'alt' : 'Picture',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3925340&docid=68032914&x=3715',
		'title': 'Example of cart when Assembled.  This cart is still in box unassembled.',
		'imageId': '68032914',
		'alt' : 'Example of cart when Assembled.  This cart is still in box unassembled.',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3925340';

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