var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=474205&docid=2572856&x=333',
		'title': '',
		'imageId': '2572856',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=474205&docid=2572859&x=333',
		'title': '',
		'imageId': '2572859',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=474205&docid=2572862&x=333',
		'title': '',
		'imageId': '2572862',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=474205&docid=2572865&x=333',
		'title': '',
		'imageId': '2572865',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #474205';

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