var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=912634&docid=7258618&x=1029',
		'title': '',
		'imageId': '7258618',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=912634&docid=7258621&x=1029',
		'title': '',
		'imageId': '7258621',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=912634&docid=7258628&x=1029',
		'title': '',
		'imageId': '7258628',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=912634&docid=7258633&x=1029',
		'title': '',
		'imageId': '7258633',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #912634';

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