var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=472041&docid=2572966&x=3152',
		'title': '',
		'imageId': '2572966',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472041&docid=2572976&x=3152',
		'title': '',
		'imageId': '2572976',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472041&docid=2572984&x=3152',
		'title': '',
		'imageId': '2572984',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472041&docid=2572990&x=3152',
		'title': '',
		'imageId': '2572990',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472041&docid=2572999&x=3152',
		'title': '',
		'imageId': '2572999',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #472041';

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