var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4037605&docid=67243636&x=1950',
		'title': '',
		'imageId': '67243636',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4037605&docid=67243637&x=1950',
		'title': '',
		'imageId': '67243637',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4037605&docid=67243638&x=1950',
		'title': '',
		'imageId': '67243638',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4037605&docid=67243639&x=1950',
		'title': '',
		'imageId': '67243639',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4037605';

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