var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4040375&docid=70739739&x=2956',
		'title': '',
		'imageId': '70739739',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4040375&docid=70739737&x=2956',
		'title': '',
		'imageId': '70739737',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4040375&docid=70739738&x=2956',
		'title': '',
		'imageId': '70739738',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4040375&docid=70739736&x=2956',
		'title': '',
		'imageId': '70739736',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4040375';

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