var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=467835&docid=2543137&x=3143',
		'title': '',
		'imageId': '2543137',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467835&docid=2543140&x=3143',
		'title': '',
		'imageId': '2543140',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467835&docid=2543145&x=3143',
		'title': '',
		'imageId': '2543145',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467835&docid=2543150&x=3143',
		'title': '',
		'imageId': '2543150',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467835&docid=2543153&x=3143',
		'title': '',
		'imageId': '2543153',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #467835';

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