var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4019420&docid=70214567&x=4146',
		'title': '',
		'imageId': '70214567',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4019420&docid=70214564&x=4146',
		'title': '',
		'imageId': '70214564',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4019420&docid=70214565&x=4146',
		'title': '',
		'imageId': '70214565',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4019420&docid=70214570&x=4146',
		'title': '',
		'imageId': '70214570',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4019420&docid=70214568&x=4146',
		'title': '',
		'imageId': '70214568',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4019420&docid=70214575&x=4146',
		'title': '',
		'imageId': '70214575',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4019420&docid=70214584&x=4146',
		'title': '',
		'imageId': '70214584',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4019420&docid=70214566&x=4146',
		'title': '',
		'imageId': '70214566',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4019420';

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