var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=477051&docid=2609876&x=3339',
		'title': '',
		'imageId': '2609876',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477051&docid=2609879&x=3339',
		'title': '',
		'imageId': '2609879',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477051&docid=2609882&x=3339',
		'title': '',
		'imageId': '2609882',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477051&docid=2609886&x=3339',
		'title': '',
		'imageId': '2609886',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477051&docid=2609891&x=3339',
		'title': '',
		'imageId': '2609891',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #477051';

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