var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3818245&docid=65351351&x=4458',
		'title': '',
		'imageId': '65351351',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3818245&docid=65351352&x=4458',
		'title': '',
		'imageId': '65351352',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3818245&docid=65351353&x=4458',
		'title': '',
		'imageId': '65351353',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3818245';

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