var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=926883&docid=7428773&x=1836',
		'title': '',
		'imageId': '7428773',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=926883&docid=7428776&x=1836',
		'title': '',
		'imageId': '7428776',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=926883&docid=7428779&x=1836',
		'title': '',
		'imageId': '7428779',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=926883&docid=7428782&x=1836',
		'title': '',
		'imageId': '7428782',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #926883';

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