var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=926401&docid=7447212&x=2252',
		'title': '',
		'imageId': '7447212',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=926401&docid=7447215&x=2252',
		'title': '',
		'imageId': '7447215',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=926401&docid=7447218&x=2252',
		'title': '',
		'imageId': '7447218',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=926401&docid=7447221&x=2252',
		'title': '',
		'imageId': '7447221',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=926401&docid=7447224&x=2252',
		'title': '',
		'imageId': '7447224',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=926401&docid=7447227&x=2252',
		'title': '',
		'imageId': '7447227',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=926401&docid=7447206&x=2252',
		'title': '',
		'imageId': '7447206',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=926401&docid=7447209&x=2252',
		'title': '',
		'imageId': '7447209',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #926401';

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