var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3893904&docid=67243207&x=435',
		'title': '',
		'imageId': '67243207',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3893904&docid=67243203&x=435',
		'title': '',
		'imageId': '67243203',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3893904&docid=67243197&x=435',
		'title': '',
		'imageId': '67243197',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3893904&docid=67243194&x=435',
		'title': '',
		'imageId': '67243194',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3893904';

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