var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=468713&docid=2551979&x=3611',
		'title': '',
		'imageId': '2551979',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=468713&docid=2551982&x=3611',
		'title': '',
		'imageId': '2551982',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=468713&docid=2551988&x=3611',
		'title': '',
		'imageId': '2551988',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #468713';

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