var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4012743&docid=70022847&x=2122',
		'title': '',
		'imageId': '70022847',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012743&docid=70022850&x=2122',
		'title': '',
		'imageId': '70022850',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012743&docid=70022848&x=2122',
		'title': '',
		'imageId': '70022848',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012743&docid=70022851&x=2122',
		'title': '',
		'imageId': '70022851',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012743&docid=70022849&x=2122',
		'title': '',
		'imageId': '70022849',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012743&docid=70022852&x=2122',
		'title': '',
		'imageId': '70022852',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012743&docid=70022846&x=2122',
		'title': '',
		'imageId': '70022846',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012743&docid=70022853&x=2122',
		'title': '',
		'imageId': '70022853',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4012743';

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