var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=477772&docid=2616410&x=3056',
		'title': '',
		'imageId': '2616410',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477772&docid=2616413&x=3056',
		'title': '',
		'imageId': '2616413',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477772&docid=2616416&x=3056',
		'title': '',
		'imageId': '2616416',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477772&docid=2616419&x=3056',
		'title': '',
		'imageId': '2616419',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477772&docid=2616422&x=3056',
		'title': '',
		'imageId': '2616422',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #477772';

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