var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4000258&docid=69717216&x=4240',
		'title': '',
		'imageId': '69717216',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000258&docid=69717220&x=4240',
		'title': '',
		'imageId': '69717220',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000258&docid=69717273&x=4240',
		'title': '',
		'imageId': '69717273',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000258&docid=69717281&x=4240',
		'title': '',
		'imageId': '69717281',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000258&docid=69717284&x=4240',
		'title': '',
		'imageId': '69717284',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000258&docid=69717287&x=4240',
		'title': '',
		'imageId': '69717287',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000258&docid=69717290&x=4240',
		'title': '',
		'imageId': '69717290',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000258&docid=69717293&x=4240',
		'title': '',
		'imageId': '69717293',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4000258';

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