var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=467830&docid=2542942&x=315',
		'title': '',
		'imageId': '2542942',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467830&docid=2542945&x=315',
		'title': '',
		'imageId': '2542945',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467830&docid=2542948&x=315',
		'title': '',
		'imageId': '2542948',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467830&docid=2542953&x=315',
		'title': '',
		'imageId': '2542953',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467830&docid=2542957&x=315',
		'title': '',
		'imageId': '2542957',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #467830';

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