var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4012848&docid=70024722&x=5045',
		'title': '',
		'imageId': '70024722',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012848&docid=70024845&x=5045',
		'title': '',
		'imageId': '70024845',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012848&docid=70024851&x=5045',
		'title': '',
		'imageId': '70024851',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012848&docid=70024856&x=5045',
		'title': '',
		'imageId': '70024856',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012848&docid=70024871&x=5045',
		'title': '',
		'imageId': '70024871',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012848&docid=70024884&x=5045',
		'title': '',
		'imageId': '70024884',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012848&docid=70024892&x=5045',
		'title': '',
		'imageId': '70024892',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012848&docid=70024895&x=5045',
		'title': '',
		'imageId': '70024895',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4012848';

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