var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4000380&docid=69726491&x=2150',
		'title': '',
		'imageId': '69726491',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000380&docid=69726489&x=2150',
		'title': '',
		'imageId': '69726489',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000380&docid=69726493&x=2150',
		'title': '',
		'imageId': '69726493',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000380&docid=69726492&x=2150',
		'title': '',
		'imageId': '69726492',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000380&docid=69726488&x=2150',
		'title': '',
		'imageId': '69726488',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000380&docid=69726494&x=2150',
		'title': '',
		'imageId': '69726494',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000380&docid=69726495&x=2150',
		'title': '',
		'imageId': '69726495',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000380&docid=69726490&x=2150',
		'title': '',
		'imageId': '69726490',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4000380';

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