var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=924826&docid=7402467&x=3244',
		'title': '',
		'imageId': '7402467',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=924826&docid=7402506&x=3244',
		'title': '',
		'imageId': '7402506',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=924826&docid=7402509&x=3244',
		'title': '',
		'imageId': '7402509',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=924826&docid=7402512&x=3244',
		'title': '',
		'imageId': '7402512',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #924826';

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