var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4019059&docid=70205844&x=2836',
		'title': '',
		'imageId': '70205844',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4019059&docid=70205839&x=2836',
		'title': '',
		'imageId': '70205839',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4019059&docid=70205842&x=2836',
		'title': '',
		'imageId': '70205842',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4019059&docid=70205846&x=2836',
		'title': '',
		'imageId': '70205846',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4019059&docid=70205841&x=2836',
		'title': '',
		'imageId': '70205841',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4019059&docid=70205845&x=2836',
		'title': '',
		'imageId': '70205845',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4019059&docid=70205840&x=2836',
		'title': '',
		'imageId': '70205840',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4019059&docid=70205843&x=2836',
		'title': '',
		'imageId': '70205843',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4019059';

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