var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=392751&docid=1910460&x=3459',
		'title': '',
		'imageId': '1910460',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=392751&docid=1910463&x=3459',
		'title': '',
		'imageId': '1910463',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=392751&docid=1910466&x=3459',
		'title': '',
		'imageId': '1910466',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=392751&docid=1910469&x=3459',
		'title': '',
		'imageId': '1910469',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #392751';

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