var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4009794&docid=67871500&x=4338',
		'title': '',
		'imageId': '67871500',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009794&docid=67871501&x=4338',
		'title': '',
		'imageId': '67871501',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009794&docid=67871505&x=4338',
		'title': '',
		'imageId': '67871505',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009794&docid=67871503&x=4338',
		'title': '',
		'imageId': '67871503',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009794&docid=67871502&x=4338',
		'title': '',
		'imageId': '67871502',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009794&docid=67871506&x=4338',
		'title': '',
		'imageId': '67871506',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009794&docid=67871504&x=4338',
		'title': '',
		'imageId': '67871504',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009794&docid=67871507&x=4338',
		'title': '',
		'imageId': '67871507',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4009794';

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