var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4013543&docid=70046589&x=5221',
		'title': '',
		'imageId': '70046589',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013543&docid=70046693&x=5221',
		'title': '',
		'imageId': '70046693',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013543&docid=70046586&x=5221',
		'title': '',
		'imageId': '70046586',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013543&docid=70046587&x=5221',
		'title': '',
		'imageId': '70046587',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013543&docid=70046701&x=5221',
		'title': '',
		'imageId': '70046701',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013543&docid=70046588&x=5221',
		'title': '',
		'imageId': '70046588',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013543&docid=70047122&x=5221',
		'title': '',
		'imageId': '70047122',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4013543';

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