var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=179496&docid=625631&x=2152',
		'title': '',
		'imageId': '625631',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179496&docid=625632&x=2152',
		'title': '',
		'imageId': '625632',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179496&docid=625633&x=2152',
		'title': '',
		'imageId': '625633',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179496&docid=625634&x=2152',
		'title': '',
		'imageId': '625634',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #179496';

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