var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4013042&docid=70029546&x=5321',
		'title': '',
		'imageId': '70029546',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013042&docid=70029539&x=5321',
		'title': '',
		'imageId': '70029539',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013042&docid=70029543&x=5321',
		'title': '',
		'imageId': '70029543',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013042&docid=70029540&x=5321',
		'title': '',
		'imageId': '70029540',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013042&docid=70029542&x=5321',
		'title': '',
		'imageId': '70029542',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013042&docid=70029545&x=5321',
		'title': '',
		'imageId': '70029545',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013042&docid=70029544&x=5321',
		'title': '',
		'imageId': '70029544',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013042&docid=70029541&x=5321',
		'title': '',
		'imageId': '70029541',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4013042';

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