var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4024477&docid=70322200&x=4822',
		'title': '',
		'imageId': '70322200',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4024477&docid=70322201&x=4822',
		'title': '',
		'imageId': '70322201',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4024477&docid=70322202&x=4822',
		'title': '',
		'imageId': '70322202',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4024477&docid=70322199&x=4822',
		'title': '',
		'imageId': '70322199',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4024477';

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