var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4023592&docid=70312875&x=5457',
		'title': '',
		'imageId': '70312875',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4023592&docid=70312872&x=5457',
		'title': '',
		'imageId': '70312872',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4023592&docid=70312874&x=5457',
		'title': '',
		'imageId': '70312874',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4023592&docid=70312878&x=5457',
		'title': '',
		'imageId': '70312878',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4023592&docid=70312876&x=5457',
		'title': '',
		'imageId': '70312876',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4023592&docid=70312877&x=5457',
		'title': '',
		'imageId': '70312877',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4023592&docid=70312873&x=5457',
		'title': '',
		'imageId': '70312873',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4023592';

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