var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=472805&docid=2581375&x=4313',
		'title': '',
		'imageId': '2581375',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472805&docid=2581367&x=4313',
		'title': '',
		'imageId': '2581367',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472805&docid=2581370&x=4313',
		'title': '',
		'imageId': '2581370',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472805&docid=2581379&x=4313',
		'title': '',
		'imageId': '2581379',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472805&docid=2581382&x=4313',
		'title': '',
		'imageId': '2581382',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #472805';

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