var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=726274&docid=4903460&x=311',
		'title': '',
		'imageId': '4903460',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=726274&docid=4903463&x=311',
		'title': '',
		'imageId': '4903463',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=726274&docid=4903466&x=311',
		'title': '',
		'imageId': '4903466',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=726274&docid=4903469&x=311',
		'title': '',
		'imageId': '4903469',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #726274';

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