var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4022160&docid=70278751&x=2032',
		'title': '',
		'imageId': '70278751',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4022160&docid=70278747&x=2032',
		'title': '',
		'imageId': '70278747',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4022160&docid=70278753&x=2032',
		'title': '',
		'imageId': '70278753',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4022160&docid=70278749&x=2032',
		'title': '',
		'imageId': '70278749',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4022160&docid=70278755&x=2032',
		'title': '',
		'imageId': '70278755',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4022160&docid=70278750&x=2032',
		'title': '',
		'imageId': '70278750',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4022160&docid=70278752&x=2032',
		'title': '',
		'imageId': '70278752',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4022160&docid=70278748&x=2032',
		'title': '',
		'imageId': '70278748',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4022160';

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