var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=473585&docid=2588891&x=4033',
		'title': '',
		'imageId': '2588891',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473585&docid=2588894&x=4033',
		'title': '',
		'imageId': '2588894',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473585&docid=2588897&x=4033',
		'title': '',
		'imageId': '2588897',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473585&docid=2588900&x=4033',
		'title': '',
		'imageId': '2588900',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473585&docid=2588903&x=4033',
		'title': '',
		'imageId': '2588903',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #473585';

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