var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4039181&docid=70705058&x=2326',
		'title': '',
		'imageId': '70705058',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4039181&docid=70704645&x=2326',
		'title': '',
		'imageId': '70704645',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4039181&docid=70704699&x=2326',
		'title': '',
		'imageId': '70704699',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4039181&docid=70704842&x=2326',
		'title': '',
		'imageId': '70704842',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4039181';

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