var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=912243&docid=7307005&x=139',
		'title': '',
		'imageId': '7307005',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=912243&docid=7307012&x=139',
		'title': '',
		'imageId': '7307012',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=912243&docid=7307006&x=139',
		'title': '',
		'imageId': '7307006',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=912243&docid=7307004&x=139',
		'title': '',
		'imageId': '7307004',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=912243&docid=7307009&x=139',
		'title': '',
		'imageId': '7307009',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=912243&docid=7307015&x=139',
		'title': '',
		'imageId': '7307015',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #912243';

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