var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3902993&docid=66832955&x=199',
		'title': '',
		'imageId': '66832955',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3902993&docid=66832953&x=199',
		'title': '',
		'imageId': '66832953',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3902993&docid=66832954&x=199',
		'title': '',
		'imageId': '66832954',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3902993';

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