var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4010578&docid=69973209&x=5831',
		'title': '',
		'imageId': '69973209',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010578&docid=69973212&x=5831',
		'title': '',
		'imageId': '69973212',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010578&docid=69973215&x=5831',
		'title': '',
		'imageId': '69973215',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010578&docid=69973218&x=5831',
		'title': '',
		'imageId': '69973218',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010578&docid=69973222&x=5831',
		'title': '',
		'imageId': '69973222',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010578&docid=69973225&x=5831',
		'title': '',
		'imageId': '69973225',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010578&docid=69973228&x=5831',
		'title': '',
		'imageId': '69973228',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010578&docid=69973231&x=5831',
		'title': '',
		'imageId': '69973231',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4010578';

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