var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=916368&docid=7305950&x=643',
		'title': '',
		'imageId': '7305950',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=916368&docid=7305961&x=643',
		'title': '',
		'imageId': '7305961',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=916368&docid=7305966&x=643',
		'title': '',
		'imageId': '7305966',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=916368&docid=7305976&x=643',
		'title': '',
		'imageId': '7305976',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #916368';

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