var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=924625&docid=7190958&x=2646',
		'title': '',
		'imageId': '7190958',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=924625&docid=7190962&x=2646',
		'title': '',
		'imageId': '7190962',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=924625&docid=7190965&x=2646',
		'title': '',
		'imageId': '7190965',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #924625';

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