var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=923182&docid=7011851&x=2359',
		'title': '',
		'imageId': '7011851',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=923182&docid=7011854&x=2359',
		'title': '',
		'imageId': '7011854',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=923182&docid=7011857&x=2359',
		'title': '',
		'imageId': '7011857',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=923182&docid=7011860&x=2359',
		'title': '',
		'imageId': '7011860',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=923182&docid=7011863&x=2359',
		'title': '',
		'imageId': '7011863',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #923182';

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