var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=454963&docid=2608790&x=4031',
		'title': '',
		'imageId': '2608790',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=454963&docid=2608787&x=4031',
		'title': '',
		'imageId': '2608787',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=454963&docid=2608781&x=4031',
		'title': '',
		'imageId': '2608781',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=454963&docid=2608793&x=4031',
		'title': '',
		'imageId': '2608793',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #454963';

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