var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=916351&docid=7305822&x=126',
		'title': '',
		'imageId': '7305822',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=916351&docid=7305855&x=126',
		'title': '',
		'imageId': '7305855',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=916351&docid=7305858&x=126',
		'title': '',
		'imageId': '7305858',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=916351&docid=7305862&x=126',
		'title': '',
		'imageId': '7305862',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=916351&docid=7305865&x=126',
		'title': '',
		'imageId': '7305865',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #916351';

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