var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4001208&docid=69743828&x=1254',
		'title': '',
		'imageId': '69743828',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001208&docid=69743833&x=1254',
		'title': '',
		'imageId': '69743833',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001208&docid=69743823&x=1254',
		'title': '',
		'imageId': '69743823',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001208&docid=69743830&x=1254',
		'title': '',
		'imageId': '69743830',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001208&docid=69743822&x=1254',
		'title': '',
		'imageId': '69743822',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001208&docid=69743824&x=1254',
		'title': '',
		'imageId': '69743824',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001208&docid=69743831&x=1254',
		'title': '',
		'imageId': '69743831',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001208&docid=69743832&x=1254',
		'title': '',
		'imageId': '69743832',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4001208';

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