var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4003143&docid=69787888&x=4220',
		'title': '',
		'imageId': '69787888',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4003143&docid=69787885&x=4220',
		'title': '',
		'imageId': '69787885',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4003143&docid=69787884&x=4220',
		'title': '',
		'imageId': '69787884',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4003143&docid=69787890&x=4220',
		'title': '',
		'imageId': '69787890',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4003143&docid=69787886&x=4220',
		'title': '',
		'imageId': '69787886',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4003143&docid=69787889&x=4220',
		'title': '',
		'imageId': '69787889',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4003143&docid=69787891&x=4220',
		'title': '',
		'imageId': '69787891',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4003143&docid=69787887&x=4220',
		'title': '',
		'imageId': '69787887',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4003143';

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