var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4010507&docid=69971452&x=5457',
		'title': '',
		'imageId': '69971452',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010507&docid=69971446&x=5457',
		'title': '',
		'imageId': '69971446',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010507&docid=69971451&x=5457',
		'title': '',
		'imageId': '69971451',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010507&docid=69971449&x=5457',
		'title': '',
		'imageId': '69971449',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010507&docid=69971450&x=5457',
		'title': '',
		'imageId': '69971450',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010507&docid=69971447&x=5457',
		'title': '',
		'imageId': '69971447',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010507&docid=69971453&x=5457',
		'title': '',
		'imageId': '69971453',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010507&docid=69971448&x=5457',
		'title': '',
		'imageId': '69971448',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4010507';

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