var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=914144&docid=7277901&x=4633',
		'title': '',
		'imageId': '7277901',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=914144&docid=7277904&x=4633',
		'title': '',
		'imageId': '7277904',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=914144&docid=7277908&x=4633',
		'title': '',
		'imageId': '7277908',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #914144';

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