var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=455748&docid=2608678&x=4032',
		'title': '',
		'imageId': '2608678',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=455748&docid=2608685&x=4032',
		'title': '',
		'imageId': '2608685',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=455748&docid=2608688&x=4032',
		'title': '',
		'imageId': '2608688',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=455748&docid=2608691&x=4032',
		'title': '',
		'imageId': '2608691',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #455748';

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