var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4023024&docid=70298854&x=842',
		'title': '',
		'imageId': '70298854',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4023024&docid=70298855&x=842',
		'title': '',
		'imageId': '70298855',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4023024&docid=70298852&x=842',
		'title': '',
		'imageId': '70298852',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4023024&docid=70298853&x=842',
		'title': '',
		'imageId': '70298853',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4023024&docid=70298856&x=842',
		'title': '',
		'imageId': '70298856',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4023024&docid=70298857&x=842',
		'title': '',
		'imageId': '70298857',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4023024&docid=70298850&x=842',
		'title': '',
		'imageId': '70298850',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4023024&docid=70298851&x=842',
		'title': '',
		'imageId': '70298851',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4023024';

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