var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=477770&docid=2616383&x=3150',
		'title': '',
		'imageId': '2616383',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477770&docid=2616386&x=3150',
		'title': '',
		'imageId': '2616386',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477770&docid=2616389&x=3150',
		'title': '',
		'imageId': '2616389',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477770&docid=2616392&x=3150',
		'title': '',
		'imageId': '2616392',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #477770';

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