var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=478242&docid=2620384&x=3818',
		'title': '',
		'imageId': '2620384',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=478242&docid=2620387&x=3818',
		'title': '',
		'imageId': '2620387',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=478242&docid=2620390&x=3818',
		'title': '',
		'imageId': '2620390',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=478242&docid=2620393&x=3818',
		'title': '',
		'imageId': '2620393',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #478242';

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