var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4011979&docid=70005995&x=5214',
		'title': '',
		'imageId': '70005995',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4011979&docid=70005994&x=5214',
		'title': '',
		'imageId': '70005994',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4011979&docid=70005998&x=5214',
		'title': '',
		'imageId': '70005998',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4011979&docid=70005992&x=5214',
		'title': '',
		'imageId': '70005992',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4011979&docid=70005993&x=5214',
		'title': '',
		'imageId': '70005993',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4011979&docid=70005991&x=5214',
		'title': '',
		'imageId': '70005991',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4011979&docid=70005997&x=5214',
		'title': '',
		'imageId': '70005997',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4011979&docid=70005996&x=5214',
		'title': '',
		'imageId': '70005996',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4011979';

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