var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=472412&docid=2605702&x=3258',
		'title': '',
		'imageId': '2605702',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472412&docid=2605698&x=3258',
		'title': '',
		'imageId': '2605698',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472412&docid=2605708&x=3258',
		'title': '',
		'imageId': '2605708',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472412&docid=2605692&x=3258',
		'title': '',
		'imageId': '2605692',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #472412';

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