var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3978020&docid=69209308&x=3631',
		'title': '',
		'imageId': '69209308',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3978020&docid=69209313&x=3631',
		'title': '',
		'imageId': '69209313',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3978020&docid=69209312&x=3631',
		'title': '',
		'imageId': '69209312',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3978020&docid=69209315&x=3631',
		'title': '',
		'imageId': '69209315',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3978020&docid=69209314&x=3631',
		'title': '',
		'imageId': '69209314',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3978020&docid=69209309&x=3631',
		'title': '',
		'imageId': '69209309',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3978020&docid=69209311&x=3631',
		'title': '',
		'imageId': '69209311',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3978020&docid=69209310&x=3631',
		'title': '',
		'imageId': '69209310',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3978020';

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