var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=472758&docid=2580703&x=3317',
		'title': '',
		'imageId': '2580703',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472758&docid=2580707&x=3317',
		'title': '',
		'imageId': '2580707',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472758&docid=2580712&x=3317',
		'title': '',
		'imageId': '2580712',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472758&docid=2580716&x=3317',
		'title': '',
		'imageId': '2580716',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #472758';

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