var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3850918&docid=66174611&x=5129',
		'title': '',
		'imageId': '66174611',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3850918&docid=66204897&x=5129',
		'title': '',
		'imageId': '66204897',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3850918&docid=66204900&x=5129',
		'title': '',
		'imageId': '66204900',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3850918&docid=66204903&x=5129',
		'title': '',
		'imageId': '66204903',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3850918&docid=66204906&x=5129',
		'title': '',
		'imageId': '66204906',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3850918';

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