var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=478470&docid=2622769&x=4222',
		'title': '',
		'imageId': '2622769',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=478470&docid=2622772&x=4222',
		'title': '',
		'imageId': '2622772',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=478470&docid=2622775&x=4222',
		'title': '',
		'imageId': '2622775',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #478470';

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