var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4007109&docid=69911214&x=1630',
		'title': '',
		'imageId': '69911214',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4007109&docid=69911217&x=1630',
		'title': '',
		'imageId': '69911217',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4007109&docid=69911220&x=1630',
		'title': '',
		'imageId': '69911220',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4007109&docid=69911215&x=1630',
		'title': '',
		'imageId': '69911215',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4007109&docid=69911219&x=1630',
		'title': '',
		'imageId': '69911219',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4007109&docid=69911221&x=1630',
		'title': '',
		'imageId': '69911221',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4007109&docid=69911216&x=1630',
		'title': '',
		'imageId': '69911216',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4007109&docid=69911218&x=1630',
		'title': '',
		'imageId': '69911218',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4007109';

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