var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=179516&docid=625882&x=331',
		'title': '',
		'imageId': '625882',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179516&docid=625883&x=331',
		'title': '',
		'imageId': '625883',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179516&docid=625884&x=331',
		'title': '',
		'imageId': '625884',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179516&docid=625885&x=331',
		'title': '',
		'imageId': '625885',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179516&docid=625886&x=331',
		'title': '',
		'imageId': '625886',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #179516';

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