var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4012458&docid=70015220&x=2125',
		'title': '',
		'imageId': '70015220',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012458&docid=70015221&x=2125',
		'title': '',
		'imageId': '70015221',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012458&docid=70015222&x=2125',
		'title': '',
		'imageId': '70015222',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012458&docid=70015225&x=2125',
		'title': '',
		'imageId': '70015225',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012458&docid=70015230&x=2125',
		'title': '',
		'imageId': '70015230',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012458&docid=70015233&x=2125',
		'title': '',
		'imageId': '70015233',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012458&docid=70015234&x=2125',
		'title': '',
		'imageId': '70015234',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012458&docid=70015235&x=2125',
		'title': '',
		'imageId': '70015235',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4012458';

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