var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4036103&docid=70618114&x=06',
		'title': '',
		'imageId': '70618114',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4036103&docid=70618116&x=06',
		'title': '',
		'imageId': '70618116',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4036103&docid=70618119&x=06',
		'title': '',
		'imageId': '70618119',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4036103&docid=70618357&x=06',
		'title': '',
		'imageId': '70618357',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4036103';

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