var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4070363&docid=71458511&x=5526',
		'title': '',
		'imageId': '71458511',
		'alt' : 'Picture',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4070363&docid=71458555&x=5526',
		'title': '',
		'imageId': '71458555',
		'alt' : 'Picture',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4070363&docid=71458561&x=5526',
		'title': 'Depth 2 feet',
		'imageId': '71458561',
		'alt' : 'Depth 2 feet',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4070363&docid=71458568&x=5526',
		'title': 'width 4 feet',
		'imageId': '71458568',
		'alt' : 'width 4 feet',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4070363';

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