var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=472803&docid=2581341&x=4314',
		'title': '',
		'imageId': '2581341',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472803&docid=2581322&x=4314',
		'title': '',
		'imageId': '2581322',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472803&docid=2581330&x=4314',
		'title': '',
		'imageId': '2581330',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472803&docid=2581333&x=4314',
		'title': '',
		'imageId': '2581333',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472803&docid=2581336&x=4314',
		'title': '',
		'imageId': '2581336',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #472803';

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