var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4022299&docid=70282210&x=4222',
		'title': '',
		'imageId': '70282210',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4022299&docid=70282208&x=4222',
		'title': '',
		'imageId': '70282208',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4022299&docid=70282203&x=4222',
		'title': '',
		'imageId': '70282203',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4022299&docid=70282206&x=4222',
		'title': '',
		'imageId': '70282206',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4022299&docid=70282204&x=4222',
		'title': '',
		'imageId': '70282204',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4022299&docid=70282209&x=4222',
		'title': '',
		'imageId': '70282209',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4022299&docid=70282207&x=4222',
		'title': '',
		'imageId': '70282207',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4022299&docid=70282205&x=4222',
		'title': '',
		'imageId': '70282205',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4022299';

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