var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4040373&docid=70739691&x=2953',
		'title': '',
		'imageId': '70739691',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4040373&docid=70739689&x=2953',
		'title': '',
		'imageId': '70739689',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4040373&docid=70739690&x=2953',
		'title': '',
		'imageId': '70739690',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4040373&docid=70739692&x=2953',
		'title': '',
		'imageId': '70739692',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4040373';

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