var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=477765&docid=2616325&x=316',
		'title': '',
		'imageId': '2616325',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477765&docid=2616328&x=316',
		'title': '',
		'imageId': '2616328',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477765&docid=2616331&x=316',
		'title': '',
		'imageId': '2616331',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477765&docid=2616334&x=316',
		'title': '',
		'imageId': '2616334',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477765&docid=2616337&x=316',
		'title': '',
		'imageId': '2616337',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #477765';

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