var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=914505&docid=7282159&x=435',
		'title': '',
		'imageId': '7282159',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=914505&docid=7282156&x=435',
		'title': '',
		'imageId': '7282156',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=914505&docid=7282162&x=435',
		'title': '',
		'imageId': '7282162',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=914505&docid=7282165&x=435',
		'title': '',
		'imageId': '7282165',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #914505';

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